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

Popular posts from this blog

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -