|
Replies:
0
|
|
|
|
|
|
|
EJB deployment - Web Services endpoints creation
Posted:
Jan 13, 2009 5:29 AM
|
|
|
Hi to all, I've noticed that every time I deploy an EJB module to Glassfish a lot of deployment time is spent generating Web Services endpoints from @WebService annotation. Are there any way to avoid this automatic creation? I thought something like: - offline automatic wsdl/xsd creation (eg ant task, maven plugin and so on) - disable Glassfish-side creation for already created endpoints which classes have the same serial uid but I cannot find if they already exists or if there are any other ways.
Danilo
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@glassfish.dev.java.net For additional commands, e-mail: users-help@glassfish.dev.java.net
|
|
|
|