Raymond Feng wrote:
Hi,

I got the CXF code-gen plugin 2.1 working after debugging the plugin source code :-(.

Here is the pom.xml snippt I figured out. Please note I had to override wsdlRoot/testWsdlRoot to be a non-existing file to avoid NPE (I assume it's CXF bug if the wsdl files are in src/test/resources/wsdl).


...

That worked for me too. The generated output is slightly different from the JAXWS RI wsimport (different package name for the generated interface for example) but it looks OK.

Thanks!
--
Jean-Sebastien

Reply via email to