Re: wsdl2java generation error

2009-02-19 Thread XyLus
Hi Dan I've added jaxws 2.1 api jar to my classpath and I made sure it is taken before jdk implementation is picked up - compile error has disappeared . Thanks for hint, Maciej -- View this message in context: http://www.nabble.com/wsdl2java-generation-error-tp22077887p22097421.html Sent

wsdl2java generation error

2009-02-18 Thread XyLus
and get the same error as well. I am using CXF 2.1.1 Regards, Maciej -- View this message in context: http://www.nabble.com/wsdl2java-generation-error-tp22077887p22077887.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: wsdl2java generation error

2009-02-18 Thread Daniel Kulp
I'm not sure what the problem is. We generate from that wsdl as part of our builds and the class compiles fine in eclipse. It LOOKS like you might be picking up a jaxws 2.0 api jar instead of a 2.1 version. Check the classpaths and such. Are you using JDK 1.6 update 3 or less?That