osgi - CXF DOSGI context sharing -
i trying share same cxf dsogi context among more 1 service looks it's not possible. im using dosgi 2.1.0 under karaf 4.0.8.
there old defects logged this:
https://issues.apache.org/jira/browse/dosgi-140
https://issues.apache.org/jira/browse/dosgi-252
but not sure whether solution provided since then. bottom line of found after testing need provide unique context (org.apache.cxf.rs.httpservice.context) , unique address (org.apache.cxf.rs.address) every single service. means service resources following cannot co-exist: /service/s1 /service/s2
any suggestion welcome, , many thanks!!
further information: using declarative services
Comments
Post a Comment