maybe try putting in conf/system.properties (src/main/tomee/conf/system.properties):
openejb.cxf-rs.wadl-generator.ignoreMessageWriters = false (test true maybe but it should be false) if it doesn't work maybe open a cxf issue Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-02-19 20:26 GMT+01:00 hwaastad <[email protected]>: > 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.
