Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I try to understand how to work with OSGi and JBoss AS

I try to deploy tree bundles: b1, b2. b3. I copied bundles directory jboss-as-7.1.1.Final/standalone/deployments. Then I started JBoss. Bundles deployed in incorrect order. As I understood I should make profile for this. But I cannot understand how to write it. Now I think the I should modify file standalone.xml and add description of my bundles.

Could you help me with correct deploying of bundles.

share|improve this question

1 Answer

I think you need bundle starting order because of service dependencies between bundles b1, b2 and b3. In OSGi, to manage service dependencies, you can use Dynamic Services or Declarative Services. Hope this might help you.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.