[
https://issues.apache.org/jira/browse/CXF-2945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Pederson updated CXF-2945:
-------------------------------
Affects Version/s: 2.2.9
Priority: Minor (was: Major)
Component/s: JAX-WS Runtime
> jaxws:endpoint publish="false" ignored
> --------------------------------------
>
> Key: CXF-2945
> URL: https://issues.apache.org/jira/browse/CXF-2945
> Project: CXF
> Issue Type: Bug
> Components: JAX-WS Runtime
> Affects Versions: 2.2.9
> Reporter: Eric Pederson
> Priority: Minor
>
> 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.