Hello Sergey,
Unfortunately I can't try with 2.5.0, but I can report that your suggested
configuration is working with CXF 2.4.8.
And for everyone reference, here's my jaxrs:providers section that made it
work:
<jaxrs:providers>
<bean class="org.apache.cxf.jaxrs.model.wadl.WadlGenerator">
<property name="singleResourceMultipleMethods" value="false"/>
<property name="addResourceAndMethodIds" value="true"/>
</bean>
</jaxrs:server>
Btw, is there a way to generate a WADL from a code base without requesting
it from a running service?
--
View this message in context:
http://cxf.547215.n5.nabble.com/WADL-documents-containing-multiple-root-resources-with-no-id-attributes-tp5123513p5123762.html
Sent from the cxf-user mailing list archive at Nabble.com.