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.