dev@jersey.java.net

Re: [Jersey] Jersey warning

From: Paul Sandoz <Paul.Sandoz_at_Sun.COM>
Date: Mon, 15 Sep 2008 09:13:21 +0200

On Sep 12, 2008, at 6:30 PM, 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 have just changed this to be at the logging level of CONFIG, so by
default you will not see it anymore.

Paul.