Hello, We use bunch of OSGi to enhance/decorate bunch of third party OSGi'fied bundles. The enhancement is basically adding an import package of our domain model.
One nice feature is once all the bundles are provisioned and the Felix container is started - we can check to see if the OSGi'fied bundles can actually load/'see' the model packages from the model bundle by using the which command as follows: g! lb START LEVEL 1 ID|State |Level|Name 0|Active | 0|System Bundle (3.0.7) 1|Active | 1|Apache Felix Bundle Repository (1.6.2) 2|Active | 1|Apache Felix Gogo Command (0.6.1) 3|Active | 1|Apache Felix Gogo Runtime (0.6.1) 4|Active | 1|Apache Felix Gogo Shell (0.6.1) 6|Active | 1|OSGi OBR Service API (1.0.0) 7|Resolved | 1|com.hcsc.itf.osgi.samples.jrules.jrfragments.bresexec (1 .0.0.SNAPSHOT) 8|Resolved | 1|com.hcsc.itf.osgi.samples.jrules.jrfragments.engine (1.0 .0.SNAPSHOT) 9|Resolved | 1|com.hcsc.itf.osgi.samples.jrules.jrfragments.sam (1.0.0. SNAPSHOT) 10|Active | 1|com.hcsc.itf.osgi.samples.jrules.manager.cemanager (1.0. 0.SNAPSHOT) 11|Active | 1|com.hcsc.itf.osgi.samples.jrules.manager.frgbdmanager (1 .0.0.SNAPSHOT) 12|Active | 1|com.hcsc.itf.osgi.samples.jrules.manager.pemanager (1.0. 0.SNAPSHOT) 13|Active | 1|com.hcsc.itf.osgi.samples.jrules.manager.semanager (1.0. 0.SNAPSHOT) 14|Active | 1|com.hcsc.itf.osgi.samples.jrules.mockorchestrator (1.0.0 .SNAPSHOT) 15|Active | 1|com.hcsc.itf.osgi.samples.jrules.model (1.0.0.SNAPSHOT) 16|Active | 1|com.hcsc.itf.osgi.samples.jrules (1.0.0.SNAPSHOT) 17|Active | 1|com.ilog.jrules.bres-execution 6.7.0 [osgi] (6.7.0) 18|Active | 1|com.ilog.jrules.engine 6.7.0 [osgi] (6.7.0) 19|Active | 1|com.ilog.jrules.sam 6.7.0 [osgi] (6.7.0) g! which 19 com.hcsc.itf.osgi.samples.jrules.model.Claim Loaded from: com.hcsc.itf.osgi.samples.jrules.model [15] ------------------------------------------------------------------------------------ But which command works on fragment augmented bundles only on FELIX 3.0.7. Currently the pax:provisioning seems to provision only up to Felix 3.0.0. Is there any way to configure this so that I can provision Felix 3.0.7? Thanks in advance! Matt
_______________________________________________ general mailing list general@lists.ops4j.org http://lists.ops4j.org/mailman/listinfo/general