osgi-jax-rs-connector
osgi-jax-rs-connector copied to clipboard
An OSGi - JAX-RS 2.0 Connector, software repository available on the link below
…#139 - registered OSGiJaxRsScanner as "swagger.scanner.id.default" for swagger-core >= 1.5.7 where it doesn't work. For old versions of swagger 1.5.5 for example, there were no issues.
…hould not be ready anymore to service requests and may lead to exceptions: 1) While the Jersey servlet is being destroyed and a request is incoming 2) When a resource...
Spent a couple days debugging this problem. I finally figured out what was wrong. I am using Apache Karaf (4.0.6). Here is the error log: ``` 2016-10-28 16:57:21,761 | WARN...
I have added some rest apis using this connector. I have the swagger documentation available for my apis but those are displayed in JSON format right now. I would like...
Hi, I used version 5.3.1, 5.0.0, but: If I use another bundle with dependency to org.osgi.core 6.0.0,5.0.0,4.0.0 I get exception: java.lang.NoClassDefFoundError: org/osgi/framework/BundleContext It has some consequence with used jersey (probably),...
Hi, I cannot extract a reproducible example to prove this, but just by including the publisher bundle in my (Eclipse) product and launching it, the OSGi runtime complains: `Getting a...
I was trying to provide the root like this inside start method of Activator class. Did i miss something? my services are still available under /services. ServiceReference reference = context.getServiceReference(ConfigurationAdmin.class.getName()...
Hello friends, I'm struggling on deployment of this jersey-osgi wab developed using osgi-jax-rs-connector connector Even I didn't get standard way to deploy it, I have tried many thing to deploy...
Hi all, **osgi-jax-rs-connector** works like a charm! Great simplification! Though it seems that it is not automatically working with the tomcat version of virgo. I was able to get it...
I am trying to add some processing for all my requests and response of the Rest resources exposed inside my OSGI budle using the below classes javax.ws.rs.container.ContainerRequestFilter, javax.ws.rs.container.ContainerResponseFilter How do...