Paul Sandoz wrote:
>
> Hi Ari,
>
> I am having a tricky time helping you because i do not understand
> completely what your environment is. The errors you have presented
> point to an issue of class loading, probably because the OSGi
> environment is restricting access via the class loader available in
> the thread current context.
>
> Certainly your last error you presented indicates this, namely the
> class loader cannot see the Woodstox implementation. Interestingly you
> managed to get the Client to recognize FeedProvider by registering it
> explicitly.
>
> In your Eclipse / OSGi how are you defining what the dependencies are?
>
OSGi bundle's META-INF/MANIFEST.MF file:
Bundle-ClassPath: lib/jersey-atom-1.0.3.1.jar
and so on.
Paul Sandoz wrote:
>
>
> Perhaps asking on an Eclipse / OSGi forum might help?
>
>
Yeah, was wondering that before I started this thread :)
.aRi
--
View this message in context: http://n2.nabble.com/Abdera-Feeds-not-usable-in-Eclipse-OSGi-tp3472905p3487584.html
Sent from the Jersey mailing list archive at Nabble.com.