Pax Runner is a tool to provision OSGi bundles in all major open source OSGi framework implementations (Felix, Equinox, Knopflerfish, Concierge).
Questions tagged [pax-runner]
34 questions
0
votes
1 answer
pax-provision unable to load org/eclipse/core/runtime/adaptor/EclipseStarter class to run equinox
I am running pax-provision to create a helloworld OSGI app. in the pom.xml I have added the below configuration
org.ops4j
maven-pax-plugin
…
0
votes
1 answer
Maven-Pax-Plugin and Gemini Blueprint /Spring DM
following situation: We are developing an OSGi-application and the final porduct should be using Eclipse Virgo.
To get in touch with OSGi and Spring i am now investigating the OSGi Blueprint concept.
I am trying to use the maven-pax-plugin and…

hueck
- 193
- 3
- 15
0
votes
3 answers
What's the maven SNAPSHOT dependency update policy in pax-exam?
I am using pax-exam to run my osgi unit testing right now. In the project which I am working on, there are many sub-modules and dependency relation between bundles. Right now, the version of bundles in my project is x.x.x-SNAPSHOT. I set up the…

Allen Xudong Cheng
- 170
- 1
- 9
0
votes
1 answer
Logback include fragment in OSGi container
I have a project a-conf with src/main/resources/logback/conf/a/CommonAppenders.xml file:
Also i have another project a-runable with logback.xml config which imports…

madhead
- 31,729
- 16
- 153
- 201