Jarek Gawor-2 wrote:
> 
> Tomek,
> 
> I'm unable to replicate the problem so far. I'm also testing on
> Windows but Sun JDK 1.5.0_10-b02. One thing I did notice that you will
> need to add JPA spec jar to the classpath you pass to wsgen. What's
> the exact command you are executing?
> 
> Jarek
> 
> 

I was executing jaxws-tools using ant target:

                <exec executable="cmd">
                        <arg value="/c"/>
                        <arg value="${geronimo-test.home}/bin/jaxws-tools.bat 
wsgen"/>
                        <arg line="-classpath ${build.dir}"/>
                        <arg line="-d ${build.dir}"/>
                        <arg line="-r ${src-gen-wsdl.dir}"/>
                        <arg line="-s ${src-gen-java.dir}"/>
                        <arg line="-keep"/>
                        <arg line="-verbose"/>
                        <arg line="-wsdl:Xsoap1.2"/>
                        <arg line="-extension"/>
                        <arg line="myapplication.myService"/>
                </exec>
-- 
View this message in context: 
http://www.nabble.com/Exception-while-generating-WSDL-in-Geronimo-2.0.2-tf4572394s134.html#a13096574
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.

Reply via email to