You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Dominik Kacprzak (JIRA)" <ax...@ws.apache.org> on 2004/12/08 08:30:23 UTC

[jira] Commented: (AXIS-1686) java.lang.IncompatibleClassChangeError for org.apache.axis.message.MessageElement.addTextNode(MessageElement.java:1388)

     [ http://nagoya.apache.org/jira/browse/AXIS-1686?page=comments#action_56364 ]
     
Dominik Kacprzak commented on AXIS-1686:
----------------------------------------

GU,

Is it possible that you have any jar files from Java Web Services Developer Pack Version 1.0 in your CLASSPATH or tomcat's library? 
Could you provide a sample code to reproduce this issue?

thanks,

- Dominik

> java.lang.IncompatibleClassChangeError for org.apache.axis.message.MessageElement.addTextNode(MessageElement.java:1388)
> -----------------------------------------------------------------------------------------------------------------------
>
>          Key: AXIS-1686
>          URL: http://nagoya.apache.org/jira/browse/AXIS-1686
>      Project: Axis
>         Type: Bug
>     Versions: 1.2RC1, 1.2RC2
>  Environment: tomcat 4.1.x + jdk 1.4.2
>     Reporter: GU Lei
>     Priority: Blocker

>
> Soap request with
> <?xml version="1.0" encoding="UTF-8"?>
> <SOAPEvnelope>
> ...
> </SOAPEnvelope>
> if only with
> <SOAPEvnelope>
> ...
> </SOAPEnvelope>
> there is no error
> I modify the implementation of this method to
>           org.apache.axis.message.Text text = new org.apache.axis.message.Text(s);
>           text.setOwnerDocument(getOwnerDocument());
>           appendChild(text);
> it does work for me.
> I guest it's because javax.xml.**.java in axis are incompatible with saaj.jar/jaxrpc.jar in axis/lib

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira