Reputation: 11
I'm fascinating about OSGi enRoute's and BndTool's concepts of implementing apps. But I got stuck trying to use Blueprint Gemini. Please someone help me.
How to get run a BndTools-based OSGi app with Blueprint Gemini 2.0.0?
missing requirement &(osgi.extender=osgi.blueprint)(version=[1.0.0,2.0.0))
OSGi Framework: org.eclipse.osgi;version='[3.10...]
For the project name the suffix “application” was choosen. *I then added a blueprint.xml.
In the *.bndrun file I added two bundles as “Run Requirements”:
<dependency>
<groupId>org.eclipse.gemini.blueprint</groupId>
<artifactId>gemini-blueprintextender</artifactId>
<version>2.0.0.RELEASE</version>
</dependency>
Upvotes: 1
Views: 238