On 24 September 2014 15:03, Christian Schneider <[email protected]> wrote: > Hi David, > > I also still think it might be intersting to share a cxf bus between bundles > to make it easier to configure common things. Any ideas about this?
Yes, this should be possible. The Composite Subsystem type allows you to define the sharing policy. It basically allows you to declare what APIs to export (and import) and the same for the services. So you could think of a CXF subsystem that contains all of the CXF API and implementation, but that only exports the public API and the public services... Just to give you an idea, you can define the sharing policy in the SUBSYSTEM.MF file, using Import-Package/Export-Package and Subsystem-ImportService/Subsystem-ExportService Cheers, David
