cxf2.2.5 or cxf 2.2.9:

WadlGenerator.java line 225:

  if (isFormRequest(ori)) {
                handleRepresentation(sb, jaxbTypes, jaxbProxy, clsMap, ori,
null, false);
            } else {
                for (Parameter p : ori.getParameters()) {        
                    handleParameter(sb, jaxbTypes, jaxbProxy, clsMap, ori,
p);             
                }
            }

the last parameter of handleRepresentation is false, why not true ?
-- 
View this message in context: 
http://cxf.547215.n5.nabble.com/A-WADL-Representation-bug-tp1805447p1805447.html
Sent from the cxf-issues mailing list archive at Nabble.com.

Reply via email to