David Bosschaert [http://community.jboss.org/people/bosschaert] created the discussion
"Deployer ordering question (JBoss OSGi)" To view the discussion, visit: http://community.jboss.org/message/549346#549346 -------------------------------------------------------------- In the JBoss OSGi project I have http://github.com/jbosgi/jbosgi-framework/blob/master/core/src/main/java/org/jboss/osgi/framework/deployers/OSGiStartLevelMetaDataDeployer.java a deployer that adds some metadata to the deployment unit. In the http://github.com/jbosgi/jbosgi-framework/blob/master/core/src/main/java/org/jboss/osgi/framework/bundle/OSGiBundleState.java OSGiBundleState I want to read that metadata out again after the bundle is installed. Currently in the code it initialises that metadata at the beginning of the start() method but that's really too late because you also want to be able to read out the start level of bundles that are just installed. Is there a callback I can add to OSGiBundleState that gets called after my OSGiStartLevelMetaDataDeployer has run but still as part of the bundle install? -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/549346#549346] Start a new discussion in JBoss Microcontainer at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2114]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
