users@jersey.java.net

Re: [Jersey] Abdera Feeds not usable in Eclipse / OSGi?

From: Ari Heino <ext.ari.heino_at_tieto.com>
Date: Fri, 21 Aug 2009 01:30:28 -0500 (CDT)

Paul Sandoz wrote:
>
>
> On Aug 20, 2009, at 3:28 PM, Ari Heino wrote:
>
> Can you access the class explicitly like previous gave an example of
> e.g.:
>
> ClientConfig cc = new DefaultClientConfig();
>
> cc
> .getClasses
> ().add
> (com.sun.jersey.atom.abdera.impl.provider.entity.FeedProvider.class)
> Client c = new Client(cc);
>
> ?
>
> Paul.
>
>

Yes, I could, my previous answer was the result (new exception claiming
missing new providers).

.aRi

-- 
View this message in context: http://n2.nabble.com/Abdera-Feeds-not-usable-in-Eclipse-OSGi-tp3472905p3485533.html
Sent from the Jersey mailing list archive at Nabble.com.