Sounds like a class loader issue. I would try to just remove xml-apis
and jaxrpc. xml-apis is not required on Java 1.5, and chances are high
that the WebSphere runtime contains a suitable version of jaxrpc.

Andreas

On Thu, Jun 10, 2010 at 00:59, William Walsh <wwa...@curamsoftware.com> wrote:
> 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(Ljavax/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 been 
> built accordingly. To support this we need to have both Axis 1.4 and Axis2 
> jars in the ear file. Has anyone run across this and/or have any suggestions 
> for resolving?
>
> 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-unsubscr...@axis.apache.org
> For additional commands, e-mail: java-user-h...@axis.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org
For additional commands, e-mail: java-user-h...@axis.apache.org

Reply via email to