That looks like a bug. In my service-war/pom.xml file[1], I have wsdl2java run with <phase>generate-sources</phase>. Do you have such a phase listed? If not, see if that fixes the problem, else a JIRA bug report may be necessary.
[1] http://www.jroller.com/gmazza/entry/creating_a_wsdl_first_web1#WFstep3-service Will Gomes wrote: > > Hi, I'm using the cxf 2.1.3 java2ws plugin. I notice that when it doesn't > regenerate response/request wrappers when they are already in the > classpath. However for fault beans, it always generates them even if they > exist in the classpath. Why is this or am i doing something wrong. > -- View this message in context: http://www.nabble.com/java2ws-maven-plugin-tp21608860p21614418.html Sent from the cxf-user mailing list archive at Nabble.com.
