Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.2.9
-
None
Description
jaxws:endpoint publish="false" attribute is ignored.
Confirmed by Daniel on the user's list:
This definitely looks like a bug. Can you log it?
Looking at the code in the EndpointDefinitionParser, I just see:
if (!isAbstract)
{ bean.setInitMethodName("publish"); bean.setDestroyMethodName("stop"); } // We don't want to delay the registration of our Server
bean.setLazyInit(false);