Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 3106 invoked from network); 31 Jan 2007 14:48:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Jan 2007 14:48:46 -0000 Received: (qmail 38213 invoked by uid 500); 31 Jan 2007 14:48:37 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 38165 invoked by uid 500); 31 Jan 2007 14:48:37 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 37984 invoked by uid 99); 31 Jan 2007 14:48:36 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Jan 2007 06:48:36 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Jan 2007 06:48:27 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8B8AA7142FC for ; Wed, 31 Jan 2007 06:48:06 -0800 (PST) Message-ID: <32376327.1170254886569.JavaMail.jira@brutus> Date: Wed, 31 Jan 2007 06:48:06 -0800 (PST) From: "Davanum Srinivas (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Updated: (AXIS2-1670) Invalid Exception when deploying a service compiled in jdk1.5 in axis2 server running in jdk 1.4 In-Reply-To: <31724977.1163171197012.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS2-1670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas updated AXIS2-1670: ------------------------------------ Assignee: Amila Chinthaka Suriarachchi > Invalid Exception when deploying a service compiled in jdk1.5 in axis2 server running in jdk 1.4 > ------------------------------------------------------------------------------------------------ > > Key: AXIS2-1670 > URL: https://issues.apache.org/jira/browse/AXIS2-1670 > Project: Axis 2.0 (Axis2) > Issue Type: Bug > Reporter: Thilina Gunarathne > Assigned To: Amila Chinthaka Suriarachchi > > Axis2 throws the following misleading Exception when deploying a service compiled in jdk1.5 in axis2 server running in jdk 1.4. > Caused by: org.apache.axis2.deployment.DeploymentException: ClassNotFoundException Error in loading message receiver org.tempuri.mtom.MTOMServiceMessageReceiverInOut; nested exception is: > java.lang.ClassNotFoundException: org.tempuri.mtom.MTOMServiceMessageReceiverInOut > at org.apache.axis2.deployment.DescriptionBuilder.loadMessageReceiver(DescriptionBuilder.java:179) > at org.apache.axis2.deployment.ServiceBuilder.processOperations(ServiceBuilder.java:601) > at org.apache.axis2.deployment.ServiceBuilder.populateService(ServiceBuilder.java:257) > ... 12 more > Caused by: java.lang.ClassNotFoundException: org.tempuri.mtom.MTOMServiceMessageReceiverInOut > at java.net.URLClassLoader$1.run(URLClassLoader.java:199) > at java.security.AccessController.doPrivileged(Native Method) > at java.net.URLClassLoader.findClass(URLClassLoader.java:187) > at java.lang.ClassLoader.loadClass(ClassLoader.java:289) > at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274) > at java.lang.ClassLoader.loadClass(ClassLoader.java:235) > at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302) > at java.lang.Class.forName0(Native Method) > at java.lang.Class.forName(Class.java:141) > at org.apache.axis2.util.Loader.loadClass(Loader.java:158) > at org.apache.axis2.util.Loader.loadClass(Loader.java:130) > at org.apache.axis2.deployment.DescriptionBuilder.loadMessageReceiver(DescriptionBuilder.java:175) > ... 14 more -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org