I ever download the ws-common from below http://cvs.apache.org/maven-snapshot-repository/org/apache/ws/commons/ws-com mons-util/1.0-SNAPSHOT/
Does it compiled on JDK5? If not, where can I find these jars? Thanks, Zhi -----Original Message----- From: Jochen Wiedmann [mailto:[EMAIL PROTECTED] Sent: Friday, June 02, 2006 8:53 PM On 6/2/06, Han, Zhi (Zhi) <[EMAIL PROTECTED]> wrote: > Jun 2, 2006 8:40:17 AM org.apache.xmlrpc.server.XmlRpcStreamServer execute > SEVERE: execute: Error while performing request > java.lang.NoClassDefFoundError: javax/xml/namespace/NamespaceContext > at java.lang.ClassLoader.defineClass0(Native Method) > at java.lang.ClassLoader.defineClass(ClassLoader.java:502) You are using Java 1.4. The above class is a 1.5 class. You need an extension jar file like ws-commons-java5, jaxme-api, or something like that. Jochen -- Whenever you find yourself on the side of the majority, it is time to pause and reflect. (Mark Twain) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
