When using spring/spring-dm servers are started before the bus is initialized
-----------------------------------------------------------------------------
Key: CXF-3962
URL: https://issues.apache.org/jira/browse/CXF-3962
Project: CXF
Issue Type: Bug
Components: Core
Affects Versions: 2.5
Reporter: Daniel Kulp
Assignee: Daniel Kulp
Fix For: 2.5.1
With a spring-dm OSGi setup with a jaxws:endpoint, the call to
ServerImpl.start() is done before the call to Bus.initialize(). Thus, any
initialization that would be done via a BusLifeCycleListener would not apply.
For example, if a BusLifeCycleListener tried to register a
ServerLifeCycleListener that should apply to the server, the server listener
would not get called.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira