Pavel,
Not sure if it matters but I also do not currently have application-doc.xml
or application-grammars.xml files and my web.xml includes this:
    <servlet>
        <servlet-name>jersey</servlet-name>
       
<servlet-class>com.sun.jersey.spi.container.servlet.ServletContainer</servlet-class>
        <init-param>
            <param-name>com.sun.jersey.config.property.packages</param-name>
            <param-value>
                com.inni.rest,
                com.inni.rest.natural.physical.temporal,
                com.inni.rest.social.anthropological,
                com.inni.rest.social.communicative,
                com.inni.rest.social.economic,
                com.inni.rest.social.political
            </param-value>
        </init-param>
        <init-param>
           
<param-name>com.sun.jersey.config.feature.DisableWADL</param-name>
            <param-value>false</param-value>
        </init-param>
        <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet-mapping>
        <servlet-name>jersey</servlet-name>
        <url-pattern>/*</url-pattern>
    </servlet-mapping>
I am using netbeans and it provides a rest-build.xml file that appears to
generate a class that extends the jsx-rs application class.
Again, just thought I'd include these points in case it mattered.
Thanks.
Jason
--
View this message in context: http://jersey.576304.n2.nabble.com/Jersey-WadlGeneratorTask-error-tp6282612p6285337.html
Sent from the Jersey mailing list archive at Nabble.com.