jaxws:endpoint publish="false" ignored
--------------------------------------
Key: CXF-2945
URL: https://issues.apache.org/jira/browse/CXF-2945
Project: CXF
Issue Type: Bug
Reporter: Eric Pederson
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);
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.