[ http://issues.apache.org/jira/browse/AXIS-1686?page=comments#action_65718 ] Lila Agishtein commented on AXIS-1686: --------------------------------------
I have experienced the same problem I just downloaded axis distribution and was trying to run the samples provided. Trying to run CalcClient in example2 I got this exception. I have a tomcat distribution 4.1.29 Any comments? > 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: 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
