Can you add the following to your jaxrs:providers section and see if your
testcase still works?

      <bean class="org.apache.cxf.jaxrs.model.wadl.WadlGenerator">
        <property name="applicationTitle" value="FooService"/>
        <property name="singleResourceMultipleMethods" value="false"/>
        <property name="addResourceAndMethodIds" value="true"/>
      </bean>


--
View this message in context: 
http://cxf.547215.n5.nabble.com/StackOverflowError-when-invoking-WADL-generator-tp5502689p5503079.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to