Jean-Sebastien Delfino wrote:
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!
CXF 2.1 uses Spring 2.0.8, while our implementation-spring module uses
2.0.6. I'd like to test and change our Spring integration to use 2.0.8
as well. If there's no objection (and if it works) I'll make that change
in the next few days.
--
Jean-Sebastien