Re: wsdl2java version 2.3.1

2010-12-16 Thread Daniel Kulp
On Wednesday 15 December 2010 4:21:16 am aaa aaa wrote: > I see. > > Version 2.3.1 add this endorsed dir, which explain why the wsdl2java tool > generate 2.2 compliant code. > > Problem come from the ant build.xml file. It doesn't include the endorsed > dir in the classpath for compile task. > Th

Re: wsdl2java version 2.3.1

2010-12-15 Thread aaa aaa
I see. Version 2.3.1 add this endorsed dir, which explain why the wsdl2java tool generate 2.2 compliant code. Problem come from the ant build.xml file. It doesn't include the endorsed dir in the classpath for compile task. This occure for both my custom build.xml (sounds logical as it didn't exis

Re: wsdl2java version 2.3.1

2010-12-14 Thread Daniel Kulp
You don't NEED to move to java 7. There are two options: 1) Endorse the jars in the lib/endorsed directory. That upgrades the apis that are picked up to 2.2 level. The wsdl2java script does that so they are picked up. When found, the tool generates 2.2 compiant code and thus would need t