[ https://issues.apache.org/jira/browse/CXF-2945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Daniel Kulp resolved CXF-2945. ------------------------------ Assignee: Daniel Kulp Fix Version/s: 2.2.11 Resolution: Fixed Patch applied. Thanks! > 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 > Assignee: Daniel Kulp > Priority: Minor > Fix For: 2.2.11 > > Attachments: Add_support_for_publish_to_jaxws_endpoint.patch > > > 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.