Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 92080 invoked from network); 24 Dec 2004 05:16:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 24 Dec 2004 05:16:17 -0000 Received: (qmail 48326 invoked by uid 500); 24 Dec 2004 05:16:16 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 47767 invoked by uid 500); 24 Dec 2004 05:16:14 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 47756 invoked by uid 99); 24 Dec 2004 05:16:14 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from exchange.sun.com (HELO exchange.sun.com) (192.18.33.10) by apache.org (qpsmtpd/0.28) with SMTP; Thu, 23 Dec 2004 21:16:11 -0800 Received: (qmail 3101 invoked from network); 24 Dec 2004 05:16:09 -0000 Received: from localhost (HELO nagoya) (127.0.0.1) by nagoya.betaversion.org with SMTP; 24 Dec 2004 05:16:09 -0000 Message-ID: <217007909.1103865369865.JavaMail.apache@nagoya> Date: Thu, 23 Dec 2004 21:16:09 -0800 (PST) From: "Dominik Kacprzak (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Commented: (AXIS-1686) java.lang.IncompatibleClassChangeError for org.apache.axis.message.MessageElement.addTextNode(MessageElement.java:1388) In-Reply-To: <1602107416.1101650058944.JavaMail.apache@nagoya> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N [ http://nagoya.apache.org/jira/browse/AXIS-1686?page=comments#action_57028 ] Dominik Kacprzak commented on AXIS-1686: ---------------------------------------- GU, I suggested that you check if there are no conflicting saaj definitions in your classpath based on your original comment. If you still think that this could be an issue, you can download a nightly build. I modified happyaxis.jsp to detect conflicts caused by incorrect saaj definition. Going back to your problem, can you please explain what you are trying to accomplish? I'm not sure how we got from the original bug report to implementing custom providers. Looking forward to your response, - 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 > Assignee: Dominik Kacprzak > Priority: Minor > > Soap request with > > > ... > > if only with > > ... > > 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