Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 60491 invoked from network); 23 Apr 2005 03:07:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Apr 2005 03:07:20 -0000 Received: (qmail 91796 invoked by uid 500); 23 Apr 2005 03:07:40 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 91767 invoked by uid 500); 23 Apr 2005 03:07:40 -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 91740 invoked by uid 99); 23 Apr 2005 03:07:40 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 22 Apr 2005 20:07:40 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 8438A2E0 for ; Sat, 23 Apr 2005 04:16:32 +0200 (CEST) Message-ID: <419534781.1114222592403.JavaMail.jira@ajax.apache.org> Date: Sat, 23 Apr 2005 04:16:32 +0200 (CEST) From: "Davanum Srinivas (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Assigned: (AXIS-1757) AXIS XML interface does not conform to expected DOM behavior In-Reply-To: <455195390.1105394532836.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/AXIS-1757?page=all ] Davanum Srinivas reassigned AXIS-1757: -------------------------------------- Assign To: Venkat Reddy Venkat, please take care of this. thanks, dims > AXIS XML interface does not conform to expected DOM behavior > ------------------------------------------------------------ > > Key: AXIS-1757 > URL: http://issues.apache.org/jira/browse/AXIS-1757 > Project: Axis > Type: Bug > Components: Basic Architecture > Versions: 1.2 > Environment: all platforms (mine is Windows 2000/XP), JDK 1.4.2_06 > Reporter: Jeroen van Bemmel > Assignee: Venkat Reddy > Attachments: 1757-new.txt, Test1757.java, bug-1757.txt > > The AXIS implementation of some DOM interfaces (in particular: ws-axis/java/src/org/apache/axis/message/MessageElement.java method getAttributeNS) does not behave as expected for DOM. In one case this caused a WSS4J getCanonicalizerMethod() to fail (don't remember the exact signature or file), since it uses 'null' as a first parameter (namespace). > As can be seen in Xerces-J NamedNodeMapImpl (method protected int findNamePoint(String namespaceURI, String name) ) a first parameter of 'null' should skip a check on namespace, and simply return any node with a matching localname or nodename. > Since MessageElement implements SOAPElement which extends Element, one would expect the behavior to conform. Or am I missing something here? > JvB -- 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