Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Unknown
Description
currently wsn-core depend org.apache.activemq.activemq-core as Require-Bundle, this bind cxf wsn to a certain bundle, Activemq 5.8 now has no org.apache.activemq.activemq-core anymore(there's a org.apache.activemq.activemq-osgi instead), so that cxf-wsn won't work in the OSGi container which install Activemq 5.8.
We better use Import-Package but not Require-Bundle here.