When deploying multiple OSGi bundles that each use CXF its possible that bundle A resolves the CXF bus of bundle B, causing class loading problems at runtime.
This is only a problem if a JAX-WS client is constructed programmatically in one bundle, not using Spring or Blueprint configuration.
- relates to
-
CXF-2685 Loading...