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