You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (Created) (JIRA)" <ji...@apache.org> on 2011/12/07 21:34:39 UTC

[jira] [Created] (CXF-3962) When using spring/spring-dm servers are started before the bus is initialized

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

        

[jira] [Resolved] (CXF-3962) When using spring/spring-dm servers are started before the bus is initialized

Posted by "Daniel Kulp (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-3962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp resolved CXF-3962.
------------------------------

    Resolution: Fixed
    
> 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