On 21/02/12 19:01, ceineke wrote:
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>
I've no luck reproducing it, I really need complete (sample) Foo & FooTO and possibly other generated classes FooToo depends upon (DateTime ?). Alternatively, please try to eliminate individual Foo or FooTO properties (at the schema level for ex) before regenerating it in order to narrow down the property which causes it...
Cheers, Sergey
-- 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.
