You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Ioannis Canellos (JIRA)" <ji...@apache.org> on 2010/11/07 17:09:22 UTC

[jira] Created: (DOSGI-86) Decouple DOSGi DSW from Spring DM.

Decouple DOSGi DSW from Spring DM.
----------------------------------

                 Key: DOSGI-86
                 URL: https://issues.apache.org/jira/browse/DOSGI-86
             Project: CXF Distributed OSGi
          Issue Type: Improvement
          Components: DSW
            Reporter: Ioannis Canellos


Currently, CXF DOSGi has a runtime dependency on Spring DM. This could be avoided since the only classes that actually depends from from spring-dm is OsgiUtils and Activator under project cxf-dosgi-ri-dsw-cxf.

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


[jira] [Commented] (DOSGI-86) Decouple DOSGi DSW from Spring DM.

Posted by "Christian Schneider (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DOSGI-86?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13481307#comment-13481307 ] 

Christian Schneider commented on DOSGI-86:
------------------------------------------

Due to issue DOSGI-66 the Activator of DSW was made to be Spring based. I still think we can make it independent of spring.
                
> Decouple DOSGi DSW from Spring DM.
> ----------------------------------
>
>                 Key: DOSGI-86
>                 URL: https://issues.apache.org/jira/browse/DOSGI-86
>             Project: CXF Distributed OSGi
>          Issue Type: Improvement
>          Components: DSW
>            Reporter: Ioannis Canellos
>
> Currently, CXF DOSGi has a runtime dependency on Spring DM. This could be avoided since the only classes that actually depends from from spring-dm is OsgiUtils and Activator under project cxf-dosgi-ri-dsw-cxf.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Assigned] (DOSGI-86) Decouple DOSGi DSW from Spring DM.

Posted by "Christian Schneider (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DOSGI-86?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Schneider reassigned DOSGI-86:
----------------------------------------

    Assignee: Christian Schneider
    
> Decouple DOSGi DSW from Spring DM.
> ----------------------------------
>
>                 Key: DOSGI-86
>                 URL: https://issues.apache.org/jira/browse/DOSGI-86
>             Project: CXF Distributed OSGi
>          Issue Type: Improvement
>          Components: DSW
>    Affects Versions: 1.3.1
>            Reporter: Ioannis Canellos
>            Assignee: Christian Schneider
>             Fix For: 1.4
>
>
> Currently, CXF DOSGi has a runtime dependency on Spring DM. This could be avoided since the only classes that actually depends from from spring-dm is OsgiUtils and Activator under project cxf-dosgi-ri-dsw-cxf.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (DOSGI-86) Decouple DOSGi DSW from Spring DM.

Posted by "Christian Schneider (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DOSGI-86?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Schneider updated DOSGI-86:
-------------------------------------

    Affects Version/s: 1.3.1
        Fix Version/s: 1.4
    
> Decouple DOSGi DSW from Spring DM.
> ----------------------------------
>
>                 Key: DOSGI-86
>                 URL: https://issues.apache.org/jira/browse/DOSGI-86
>             Project: CXF Distributed OSGi
>          Issue Type: Improvement
>          Components: DSW
>    Affects Versions: 1.3.1
>            Reporter: Ioannis Canellos
>            Assignee: Christian Schneider
>             Fix For: 1.4
>
>
> Currently, CXF DOSGi has a runtime dependency on Spring DM. This could be avoided since the only classes that actually depends from from spring-dm is OsgiUtils and Activator under project cxf-dosgi-ri-dsw-cxf.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (DOSGI-86) Decouple DOSGi DSW from Spring DM.

Posted by "Christian Schneider (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DOSGI-86?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Schneider resolved DOSGI-86.
--------------------------------------

    Resolution: Fixed
    
> Decouple DOSGi DSW from Spring DM.
> ----------------------------------
>
>                 Key: DOSGI-86
>                 URL: https://issues.apache.org/jira/browse/DOSGI-86
>             Project: CXF Distributed OSGi
>          Issue Type: Improvement
>          Components: DSW
>    Affects Versions: 1.3.1
>            Reporter: Ioannis Canellos
>            Assignee: Christian Schneider
>             Fix For: 1.4
>
>
> Currently, CXF DOSGi has a runtime dependency on Spring DM. This could be avoided since the only classes that actually depends from from spring-dm is OsgiUtils and Activator under project cxf-dosgi-ri-dsw-cxf.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (DOSGI-86) Decouple DOSGi DSW from Spring DM.

Posted by "Christian Schneider (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DOSGI-86?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13500090#comment-13500090 ] 

Christian Schneider commented on DOSGI-86:
------------------------------------------

I now replaced the spring dm loading of the IntentMap by simple java code. So the dsw code is now independent of spring dm. Custom intents currently do not work. I will implement the service approach described in the dev list for this.

                
> Decouple DOSGi DSW from Spring DM.
> ----------------------------------
>
>                 Key: DOSGI-86
>                 URL: https://issues.apache.org/jira/browse/DOSGI-86
>             Project: CXF Distributed OSGi
>          Issue Type: Improvement
>          Components: DSW
>    Affects Versions: 1.3.1
>            Reporter: Ioannis Canellos
>            Assignee: Christian Schneider
>             Fix For: 1.4
>
>
> Currently, CXF DOSGi has a runtime dependency on Spring DM. This could be avoided since the only classes that actually depends from from spring-dm is OsgiUtils and Activator under project cxf-dosgi-ri-dsw-cxf.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira