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é >
