Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 79549 invoked from network); 11 Sep 2006 22:24:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Sep 2006 22:24:53 -0000 Received: (qmail 45286 invoked by uid 500); 11 Sep 2006 22:24:49 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 45240 invoked by uid 500); 11 Sep 2006 22:24:49 -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: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 45228 invoked by uid 99); 11 Sep 2006 22:24:49 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Sep 2006 15:24:49 -0700 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received: from ([209.237.227.198:39633] helo=brutus.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1 r(10620)) with ESMTP id B3/F1-27074-B32E5054 for ; Mon, 11 Sep 2006 15:24:59 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8926441001A for ; Mon, 11 Sep 2006 19:52:22 +0000 (GMT) Message-ID: <9900080.1158004342543.JavaMail.jira@brutus> Date: Mon, 11 Sep 2006 12:52:22 -0700 (PDT) From: "Mario A. Rodriguez (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Created: (AXIS2-1139) Wrong Document Exception when processing addressing headers MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Wrong Document Exception when processing addressing headers ----------------------------------------------------------- Key: AXIS2-1139 URL: http://issues.apache.org/jira/browse/AXIS2-1139 Project: Apache Axis 2.0 (Axis2) Issue Type: Bug Components: Addressing Affects Versions: 1.0 Reporter: Mario A. Rodriguez This issue is related to: https://issues.apache.org/jira/browse/AXIS2-1135 After applying the changes described in AXIS2-1135, the code is getting past the ClassCastException, but it's still blowing up with a DOMException(DOMException.WRONG_DOCUMENT_ERR. at: at org.apache.axiom.om.impl.dom.ParentNode.insertBefore(ParentNode.java:160) at org.apache.axiom.om.impl.dom.NodeImpl.appendChild(NodeImpl.java:249) at org.apache.axiom.om.impl.dom.ParentNode.addChild(ParentNode.java:56) at org.apache.axis2.handlers.addressing.AddressingOutHandler.processReferenceInformation(AddressingOutHandler.java:370) at org.apache.axis2.handlers.addressing.AddressingOutHandler.addToSOAPHeader(AddressingOutHandler.java:320) at org.apache.axis2.handlers.addressing.AddressingOutHandler.processReplyTo(AddressingOutHandler.java:260) at org.apache.axis2.handlers.addressing.AddressingOutHandler.invoke(AddressingOutHandler.java:126) -- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org