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/22 16:51:09 UTC

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

     [ http://nagoya.apache.org/jira/browse/AXIS-1686?page=history ]

Dominik Kacprzak reassigned AXIS-1686:
--------------------------------------

    Assign To: Dominik Kacprzak

> 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
>     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://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