Re: Cannot run Maven java2wsdl goal

2007-10-15 Thread Nef Asus
Thank you both ! I can run now the java2wsdl goal, the problem is I'm getting a nasty exception. Any idea about what may be causing it ? Here is an except from the trace. INFO: Creating Service {http://document.ws.foo.com/}FooServ ice from class com.foo.document.DocumentWSImpl Error: java.lang.Cl

Re: Cannot run Maven java2wsdl goal

2007-10-11 Thread James Mao
FYI, Cxf2.0.2 still using java2wsdl, so you dont' need to change the goal to java2ws If you're using latest trunk, you need to change to java2ws, CXF2.0.2 is the last version which using java2wsdl Besides, your version 2.0-incubator-M1 is not correct Try the 2.0.2-incubator as DanK said R

Re: Cannot run Maven java2wsdl goal

2007-10-11 Thread Daniel Kulp
> > org.apache.cxf > cxf-codegen-plugin > 2.0-incubator-M1 > > > org.apache.cxf > cxf-rt-frontend-jaxws > 2.0 > > Change bot

Re: Cannot run Maven java2wsdl goal

2007-10-11 Thread Nef Asus
Hello James, I'm using Apache CXF 2.0.2. Here's an extract from my pom.xml org.apache.maven.plugins maven-compiler-plugin UTF-8 1.5 1.5 true

Re: Cannot run Maven java2wsdl goal

2007-10-11 Thread James Mao
What's the version of cxf are you using? it's been changed to java2ws http://cwiki.apache.org/CXF20DOC/java-to-ws.html James Hi, I've been trying to use the Maven plugin but I'm getting this error. [INFO] Scanning for projects... [INFO]