dev@glassfish.java.net

Re: OSGi Fragment bundle development help

From: Sahoo <sanjeeb.sahoo_at_oracle.com>
Date: Wed, 16 Feb 2011 08:54:39 +0530

Two Gogo commands that you need are:

inspect f c <fragmentBundleId>
inspect f r <hostBundleId>


On Wednesday 16 February 2011 03:56 AM, PostMasteR wrote:
> Hi *,
>
> I currently have multiple Fragment bundles which I have to maintain.
> Some times the Fragments just won't attach to their host for some good
> reason. But there is no way to "inspect" such a fragment bundle to see
> what is wrong with it, which makes it a pretty time intensive operation
> to realign a fragment bundle if it changes.
>
> In addition I already found out by try'n'error that package imports with
> versions just don't work with Fragment bundles, which is rather
> counter-productive.
>
> So, are there any tools or is there some gogo command to see what's
> going wrong?
>
> Thanx,
>
> PMR
>