[jboss-dev-forums] [Design of OSGi Integration] - Re: JBOSGI-38 and bundle deployment order

thomas.diesler@jboss.com do-not-reply at jboss.com
Tue Mar 3 09:28:16 EST 2009


The current implementation of the BundleStartStopDeployer uses (and requiers) the PackageAdmin core service


  | 15:26:41,512 INFO  [MainDeployer] deploy, url=file:/home/tdiesler/svn/jboss-osgi/trunk/testsuite/target/test-libs/jbosgi38-bundleA.jar
  | 15:26:41,550 INFO  [OSGiDeployer] Installed: jbosgi38-bundleA,state=2
  | 15:26:41,582 INFO  [BundleStartStopDeployer] Unresolved: [jbosgi38-bundleA [5]]
  | 15:26:41,594 INFO  [MainDeployer] deploy, url=file:/home/tdiesler/svn/jboss-osgi/trunk/testsuite/target/test-libs/jbosgi38-bundleB.jar
  | 15:26:41,609 INFO  [OSGiDeployer] Installed: jbosgi38-bundleB,state=2
  | 15:26:41,619 INFO  [BundleStartStopDeployer] Unresolved: [jbosgi38-bundleA [5], jbosgi38-bundleB [6]]
  | 15:26:41,627 INFO  [MainDeployer] deploy, url=file:/home/tdiesler/svn/jboss-osgi/trunk/testsuite/target/test-libs/jbosgi38-bundleX.jar
  | 15:26:41,647 INFO  [OSGiDeployer] Installed: jbosgi38-bundleX,state=2
  | 15:26:41,679 INFO  [BundleStartStopDeployer] Started: jbosgi38-bundleA,state=32
  | 15:26:41,688 INFO  [BundleStartStopDeployer] Started: jbosgi38-bundleB,state=32
  | 15:26:41,689 INFO  [BundleStartStopDeployer] Started: jbosgi38-bundleX,state=32
  | 

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4214535#4214535

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4214535



More information about the jboss-dev-forums mailing list