Hi all,
I am using JBoss
to manage my OSGi bundles.
I have tried to
bring my bundles as capabilities in standalone.xml as below:
<capability
name="com.xxx.logger" startlevel="4"/>
No problem.
But when I try
to deploy a fragment bundle whose host bundle is deployed as
capability,
I have tried the
following two ways, but neither succeed.
1) deploy the
fragment bundle also as a capability without a startlevel.
2) put the
fragment bundle into deployments directory of standalone.
Anyone can
instruct me about how to do?
Thanks you very
much!
Thanks,
Rocky