tjhaz
Feb 17th, 2009, 04:46 PM
Hi...
I am building a webservices web module using apache cxf.
I'm running Java 6, so therefore many of the CXF dependencies are included within the JVM (javax.activation, etc).
The problem I am seeing is that the dm server does not seem to recognize the built in classes in 1.6. For example, it can't find javax.activation.DataSource which is in the rt.jar for this JVM. It shouldn't have to be added to the classpath. Is the classloader hiding the 1.6 package add-ons??
(I've done the normal troubleshooting like making sure JAVA_HOME is pointing to a valid 1.6 JDK... as well as printing out verbose info on startup)
The error/stacktrace is attached.
Thanks!
I am building a webservices web module using apache cxf.
I'm running Java 6, so therefore many of the CXF dependencies are included within the JVM (javax.activation, etc).
The problem I am seeing is that the dm server does not seem to recognize the built in classes in 1.6. For example, it can't find javax.activation.DataSource which is in the rt.jar for this JVM. It shouldn't have to be added to the classpath. Is the classloader hiding the 1.6 package add-ons??
(I've done the normal troubleshooting like making sure JAVA_HOME is pointing to a valid 1.6 JDK... as well as printing out verbose info on startup)
The error/stacktrace is attached.
Thanks!