On Thursday, January 19, 2012 8:03:11 AM uib wrote: > i saw that the machine that had the problem had java version 1.6.0_13, while > the machine that created the code and another machine it worked on had java > version 1.6.0_17. > when I upgraded the machine with the problem to 1.6.0_17 it worked. > Why would the different java versions cause this problem.
As mentioned, the classpath didn't contain the CXF jars so it was picking up the version of JAX-WS found in the JDK. They change/update the version in the JDK periodically and thus fix some issues and introduce new ones. -- Daniel Kulp [email protected] - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com
