[
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