On Dec 10, 2010, at 7:38 PM, travis.beech_at_ejgallo.com wrote:
> I'm trying to retrieve a WADL for my application that is built using
> Jersey 1.2 and from the documentation I've read I should be able to
> hit
> the root URI of my application like so
> http://server/RootAPPURI/application.wadl. Locally I have the
> application running on Tomcat and when I hit the URI as described
> prior
> all I get is a 404 response. Is there any extra configuration that I
> might be missing in order to get the Jersey runtime to generate the
> WADL?
>
Do you have JAXB in the classpath ?
BTW for Jersey 1.3 and later Jersey requires Java SE 1.6 which has JAXB.
Paul.