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
191 stars 98 forks source link

jax-rs api not working with bndtools #82

Closed BryanHunt closed 9 years ago

BryanHunt commented 9 years ago

When I add the jersey all bundle to my build path, bndtools can't resolve the jax-rs apis.

BryanHunt commented 9 years ago

I verified that using jersey all 2.10.1.SR1 works and 2.16.0 does not work.

hstaudacher commented 9 years ago

Do you have any idea why? Not much has changed in the jersey-all build

hstaudacher commented 9 years ago

Btw. I tested it using p2 and equinox and everything works.

hstaudacher commented 9 years ago

I would say we release 4.2 and publish a service release as soon as we know what is wrong.

BryanHunt commented 9 years ago

One immediate difference I see is that the 2.10 version has javax at the root of the jar in addition to being embedded as a jar in target/dependency

hstaudacher commented 9 years ago

Hey @BryanHunt, can you test the latest version? I changed the all bundle to not use the embed stuff anymore.

BryanHunt commented 9 years ago

It works. Thanks.

hstaudacher commented 9 years ago

Alright :). Good to hear. Will close the issue.