Hi William,
I don't think we have fixed this, the JaxWsServiceFactoryBean is in runtime,
For the jaxws part we still use the previous tool, but for the pojo style we used the rt servicefactorybean.
i'll fire an issue to log this.
Thanks,
James
There is a comment in org.apache.cxf.tools.java2wsdl.JavaToWSDL. Has
the bug been resolved?
Thanks,
William
// REVISIT: We keep the previous java2wsdl tool for the
jaxws generation
// due to there are bugs in
JaxWsServiceFactoryBean
// if we fix those bugs, then safely remove the
following condition
// just use processor = new JavaToProcessor();