[ 
https://issues.apache.org/jira/browse/DOSGI-66?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12838272#action_12838272
 ] 

Sergey Beryozkin commented on DOSGI-66:
---------------------------------------

Should we really have DSW completely dependent on Spring ? The activator may be 
able to do bits which can be awkward or impossible to do from Spring (I'm 
presuming you;re referring to xml-based spring config) ?

> The DSW only loads the intent map when certain spring bundles are loaded and 
> started upfront
> --------------------------------------------------------------------------------------------
>
>                 Key: DOSGI-66
>                 URL: https://issues.apache.org/jira/browse/DOSGI-66
>             Project: CXF Distributed OSGi
>          Issue Type: Bug
>          Components: DSW
>    Affects Versions: 1.1, 1.2
>            Reporter: Marc Schaaf
>
> The DSW loads the intent map via Spring from an XML file. For this import it 
> needs access to some namespace handlers that are provided by the CXF bundle. 
> If the Spring OSGi Extender bundles are not completely started before the DSW 
> tries to load the map, the loading fails as the namespace handlers are not 
> found. 
> A possible solution would be to change the startup of the DSW from the OSGi 
> activator to Spring. This way the DSW would be started by the Spring OSGi 
> Extender bundles once they are ready and the DSW could successfully load the 
> map.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to