Hi,

Given a Bus, in a CXF interceptor running in an OSGi bundle, how can I get to the OSGi bundle that is responsible for actually creating the bus?
The bundle of the Bus is the CXF bundle.
If I get the ApplicationContext from the Bus then its bundle is the Spring bundle. Sometimes (though not in the example I'm testing with) the bundle I'm after will just be created using fileinstall, it won't have any classes in it at all.

I guess this is more an OSGi question than a CXF question, but if anyone has any idea.

Thanks

Jim

Reply via email to