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

OSGi Mars, java.lang.NoClassDefFoundError: org/osgi/framework/BundleContext #175

Open svatos-jirka opened 7 years ago

svatos-jirka commented 7 years ago

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), could you give me some hints which version of equinox, your "publisher" and org.osgi.core bundle I should use?

I spent three days of this "versionnighmare" :-1:

thanks, jiri