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 "Ole-Martin Mørk (JIRA)" <ax...@ws.apache.org> on 2005/08/30 13:14:10 UTC

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

    [ http://issues.apache.org/jira/browse/AXIS-1686?page=comments#action_12320560 ] 

Ole-Martin Mørk commented on AXIS-1686:
---------------------------------------

Is the fix in axis-1.2.1?
Which files were changed?

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

>
> 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://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira