Hi Romain, you are correct about the json issue. If i accept/produce both xnl and json:
<resource path="/generic"> <method name="POST"> <request> <representation mediaType="application/xml" element="prefix1:user"/> <representation mediaType="application/json"/> </request> <response> <representation mediaType="application/xml"/> <representation mediaType="application/json"/> </response> </method> </resource> I'm running 1.6.1-SNAPSHOT using tomee-maven-plugin but there is not difference from 1.6.0. (or did y mean the cxf core librabries?) br hw -- View this message in context: http://openejb.979440.n4.nabble.com/tomee-rest-wadl-generation-tp4667900p4667906.html Sent from the OpenEJB User mailing list archive at Nabble.com.
