Herve, Another alternative is to install the webconsole using features:install webconsole. Then navigate to http://localhost:8181/system/console/bundles. You can then drill into the gory details of each bundle in an easy to read format.
It provides the same information that you can get from the console but I find it is a little easier to navigate than just the CLI. On Thu, May 31, 2012 at 1:42 PM, Gert Vanthienen <[email protected]>wrote: > L.S., > > You can use packages:exports to get a list of all exports packages and > then use grep to filter for javax.xml.bind. Something like... > packages:exports | grep javax.xml.bind > > Regards, > > Gert Vanthienen > ------------------------ > FuseSource > Web: http://fusesource.com > Blog: http://gertvanthienen.blogspot.com/ > > > On Thu, May 31, 2012 at 8:29 PM, Hervé BARRAULT > <[email protected]> wrote: > > Hi, > > I have sometimes some class loading issues (ClassCastException for the > same > > class). > > I suppose that this class can be exposed (in different version) by > different > > bundles. > > Is there a command in karaf to know which bundle expose this package > (and in > > which version) ? > > > > In my case it is for the package javax.xml.bind > > I know that I can use the version to select a version, but at this time I > > don't know which version is exposed. > > > > Regards > > Hervé > > > -- -- Scott England-Sullivan ---------------------------------- FuseSource Web: http://www.fusesource.com Blog: http://sully6768.blogspot.com Twitter: sully6768
