users@jersey.java.net

Re: [Jersey] WadlResource, stylesheets for Wadl documents, custom marshalling

From: Paul Sandoz <Paul.Sandoz_at_Sun.COM>
Date: Tue, 06 Oct 2009 16:14:21 +0200

On Oct 6, 2009, at 4:09 PM, Ari Heino wrote:

>
> As a background, I have Jersey in OSGi/Equinox platform, no build
> extra tasks
> that would create anything mentioned in
> http://wikis.sun.com/display/Jersey/WADL.
>
> At the moment am just testing how wadl resources work.

Ah, damn OSGi!!!!

The following class does exist in the jersey-server.jar:

   com.sun.research.ws.wadl.ObjectFactory

This is most likely a class loading issue.

Paul