hstaudacher / osgi-jax-rs-connector

An OSGi - JAX-RS 2.0 Connector, software repository available on the link below
http://hstaudacher.github.io/osgi-jax-rs-connector
Other
190 stars 98 forks source link

How to deploy jersey-osgi wab/jar on Virgo jetty server? #172

Open UmeshRajani opened 7 years ago

UmeshRajani commented 7 years ago

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 on virgo server with unsuccessful outcome.

I know this wrong home to ask the question, but I 'm not getting help anywhere. Please suggest anything.

Every time I'm getting error on deployment is : unsatisfied dependency

Thank you,

Umesh

BryanHunt commented 7 years ago

I would start by getting it to work standalone with Jetty. Try one of the examples here, and for something more complete see my web-in-a-box (complete with a launcher).