Return-Path: Delivered-To: apmail-axis-java-user-archive@www.apache.org Received: (qmail 18372 invoked from network); 9 Jun 2010 22:59:54 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 9 Jun 2010 22:59:54 -0000 Received: (qmail 60332 invoked by uid 500); 9 Jun 2010 22:59:52 -0000 Delivered-To: apmail-axis-java-user-archive@axis.apache.org Received: (qmail 60289 invoked by uid 500); 9 Jun 2010 22:59:52 -0000 Mailing-List: contact java-user-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@axis.apache.org Delivered-To: mailing list java-user@axis.apache.org Received: (qmail 60281 invoked by uid 99); 9 Jun 2010 22:59:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jun 2010 22:59:52 +0000 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=AWL,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [82.198.136.213] (HELO mail2.curamsoftware.com) (82.198.136.213) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jun 2010 22:59:45 +0000 From: William Walsh To: "java-user@axis.apache.org" Date: Wed, 9 Jun 2010 23:59:34 +0100 Subject: javax.xml.namespace.QName VerifyError Thread-Topic: javax.xml.namespace.QName VerifyError Thread-Index: AcsH0CUADSWhTO3CT5CZ4NugSN45nQAVJNzQ Message-ID: References: In-Reply-To: Accept-Language: en-US, en-IE Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US, en-IE Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Hi, I'm seeing this error when I try to mix the invocation of Axis1.4 and Axis2= clients in the same EJB class method (in WebSphere): nested exception is: java.lang.VerifyError: org/apache/axis2/description/AxisOperation.setName(L= javax/xml/namespace/QName;)V I believe it's because for Axis 1.4 the class is in jaxrpc-1.1.jar and for = Axis2 it's in xml-apis-1.3.02.jar and the client stub classes would have be= en built accordingly. To support this we need to have both Axis 1.4 and Axi= s2 jars in the ear file. Has anyone run across this and/or have any suggest= ions for resolving? =20 Thanks, William The information in this email is confidential and may be legally privileged. It is intended solely for the addressee. Access to this email by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. If you are not the intended addressee please contact the sender and dispose of this e-mail. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org For additional commands, e-mail: java-user-help@axis.apache.org