users@jersey.java.net

Re: [Jersey] Hiding WADL

From: Paul Sandoz <Paul.Sandoz_at_Sun.COM>
Date: Wed, 27 May 2009 06:24:58 -0700

Hi Santtu,

Currently the only way to disable WADL is not to have JAXB in the
class path.

We could support a specific initialization option to disable WADL, if
you would like that could you please log an issue?

Thanks,
Paul.

On May 26, 2009, at 10:52 PM, Santtu Vuori wrote:

> Hi,
>
> Is there a way in Jersey to prevent the WADL from being generated?
>
> I guess this could be achieved by creating a custom wadl generator
> configuration, but is there a more elegant way?
>
> /Santtu