Details
Description
Most common environments define all package exports issued by the framework with the system version "0.0.0".
Because Axis2 OSGi specifies the following imports with higher versions it is not possible to use the provided OSGi bundle as is and has to be modified:
javax.ws.rs; version=1.0,
javax.activation;version="1.1",
javax.xml.stream;resolution:=optional;version="1.0"
I'll attach a patch to fix this problem.