users@glassfish.java.net

EJB deployment - Web Services endpoints creation

From: Danilo Levantesi <danilo.levantesi_at_gmail.com>
Date: Tue, 13 Jan 2009 14:30:30 +0100

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