Jerry Atrick wrote:
> anyone know what this jersey warning is for? (Tomcat 5.5)
>
> Sep 12, 2008 12:20:35 PM com.sun.jersey.impl.wadl.WadlFactory createWadlResource
> WARNING: WADL generation is disabled because JAXB jars are not included in the java class path. To enable WADL include JAXB 2.x jars in the java class path.
>
>
> I know that for REST based services, a WADL isn't really needed, so is there a way to getting ridding of this warning?
I ran into this message as well, and made it go away by just including
the JAXB api and impl jars in my webapp (even though I didn't need
them). Pragmatic solution, but not optimal :-).
Craig