cxf2.2.5 and 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-WadlGenerator-java-bug-tp1843198p1843198.html
Sent from the cxf-dev mailing list archive at Nabble.com.