You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (Created JIRA)" <ji...@apache.org> on 2011/10/12 09:01:12 UTC

[jira] [Created] (KARAF-928) Support of Spring DM 2.0

Support of Spring DM 2.0
------------------------

                 Key: KARAF-928
                 URL: https://issues.apache.org/jira/browse/KARAF-928
             Project: Karaf
          Issue Type: Dependency upgrade
          Components: karaf-core
            Reporter: Jean-Baptiste Onofré
            Assignee: Jean-Baptiste Onofré
             Fix For: 3.0.0




--
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] [Updated] (KARAF-928) Support of Spring DM 2.0 and/or Gemini

Posted by "Jean-Baptiste Onofré (Updated JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré updated KARAF-928:
---------------------------------------

    Summary: Support of Spring DM 2.0 and/or Gemini  (was: Support of Spring DM 2.0)
    
> Support of Spring DM 2.0 and/or Gemini
> --------------------------------------
>
>                 Key: KARAF-928
>                 URL: https://issues.apache.org/jira/browse/KARAF-928
>             Project: Karaf
>          Issue Type: Dependency upgrade
>          Components: karaf-core
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 3.0.0
>
>


--
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] [Commented] (KARAF-928) Support of Spring DM 2.0 and/or Gemini

Posted by "Guillaume Nodet (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13155178#comment-13155178 ] 

Guillaume Nodet commented on KARAF-928:
---------------------------------------

I'll experiment and see how we can make Aries Blueprint and Gemini Blueprint coexist peacefully in Karaf.
                
> Support of Spring DM 2.0 and/or Gemini
> --------------------------------------
>
>                 Key: KARAF-928
>                 URL: https://issues.apache.org/jira/browse/KARAF-928
>             Project: Karaf
>          Issue Type: Dependency upgrade
>          Components: karaf-core
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Guillaume Nodet
>             Fix For: 3.0.0
>
>


--
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] [Commented] (KARAF-928) Support of Gemini Blueprint

Posted by "Guillaume Nodet (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13155356#comment-13155356 ] 

Guillaume Nodet commented on KARAF-928:
---------------------------------------

All karaf bundles mostly rely on Aries blueprint (because of the use of custom namespaces), so forcing those to actually wire onto Aries blueprint will make sure Gemini won't try to enhance those.

When deploying a bundle in a container where two blueprint implementations are deployed, one need to:
  * import org.osgi.service.blueprint.container
  * import org.osgi.service.blueprint.reflect
  * optionally import org.apache.aries.blueprint or org.eclipse.gemini.blueprint.blueprint.container if you want to force one extender or the other

In order to deploy Gemini Blueprint, the following command can be used:
{code}
config:edit org.ops4j.pax.url.mvn 
config:append-property org.ops4j.pax.url.mvn.repositories ", http://zodiac.springsource.com/maven/bundles/release"
config:update 
feature:install spring
bundle:install -s mvn:org.eclipse.gemini.blueprint/gemini-blueprint-io/1.0.0.RELEASE
bundle:install -s mvn:org.eclipse.gemini.blueprint/gemini-blueprint-core/1.0.0.RELEASE
bundle:install -s mvn:org.eclipse.gemini.blueprint/gemini-blueprint-extender/1.0.0.RELEASE 
{code}

                
> Support of Gemini Blueprint
> ---------------------------
>
>                 Key: KARAF-928
>                 URL: https://issues.apache.org/jira/browse/KARAF-928
>             Project: Karaf
>          Issue Type: Dependency upgrade
>          Components: karaf-core
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Guillaume Nodet
>             Fix For: 3.0.0
>
>


--
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] (KARAF-928) Support of Gemini Blueprint

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

Guillaume Nodet resolved KARAF-928.
-----------------------------------

    Resolution: Fixed

Added a gemini-blueprint feature.
                
> Support of Gemini Blueprint
> ---------------------------
>
>                 Key: KARAF-928
>                 URL: https://issues.apache.org/jira/browse/KARAF-928
>             Project: Karaf
>          Issue Type: Dependency upgrade
>          Components: karaf-core
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Guillaume Nodet
>             Fix For: 3.0.0
>
>


--
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] [Commented] (KARAF-928) Support of Spring DM 2.0

Posted by "Andreas Pieber (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13126363#comment-13126363 ] 

Andreas Pieber commented on KARAF-928:
--------------------------------------

well, of cause we could do this (with quite a lot of work). I'm curious if this is really useful. Since there is happening no further development for springdm2 and I think the followup project is Gemini it might be better to support that one instead?
                
> Support of Spring DM 2.0
> ------------------------
>
>                 Key: KARAF-928
>                 URL: https://issues.apache.org/jira/browse/KARAF-928
>             Project: Karaf
>          Issue Type: Dependency upgrade
>          Components: karaf-core
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 3.0.0
>
>


--
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] [Assigned] (KARAF-928) Support of Spring DM 2.0 and/or Gemini

Posted by "Guillaume Nodet (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet reassigned KARAF-928:
-------------------------------------

    Assignee: Guillaume Nodet  (was: Jean-Baptiste Onofré)
    
> Support of Spring DM 2.0 and/or Gemini
> --------------------------------------
>
>                 Key: KARAF-928
>                 URL: https://issues.apache.org/jira/browse/KARAF-928
>             Project: Karaf
>          Issue Type: Dependency upgrade
>          Components: karaf-core
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Guillaume Nodet
>             Fix For: 3.0.0
>
>


--
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] [Updated] (KARAF-928) Support of Gemini Blueprint

Posted by "Guillaume Nodet (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet updated KARAF-928:
----------------------------------

    Summary: Support of Gemini Blueprint  (was: Support of Spring DM 2.0 and/or Gemini)
    
> Support of Gemini Blueprint
> ---------------------------
>
>                 Key: KARAF-928
>                 URL: https://issues.apache.org/jira/browse/KARAF-928
>             Project: Karaf
>          Issue Type: Dependency upgrade
>          Components: karaf-core
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Guillaume Nodet
>             Fix For: 3.0.0
>
>


--
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] [Commented] (KARAF-928) Support of Spring DM 2.0

Posted by "Jean-Baptiste Onofré (Commented JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13126365#comment-13126365 ] 

Jean-Baptiste Onofré commented on KARAF-928:
--------------------------------------------

Spring DM development is quite dead. The replacement is Gemini.

The problem is that Gemini is a Blueprint container (as our Aries Blueprint). We will have two extender, two namespace handler (on the same namespace), etc.

It could be tricky, let see if it's really required.
                
> Support of Spring DM 2.0
> ------------------------
>
>                 Key: KARAF-928
>                 URL: https://issues.apache.org/jira/browse/KARAF-928
>             Project: Karaf
>          Issue Type: Dependency upgrade
>          Components: karaf-core
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 3.0.0
>
>


--
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