Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 37056 invoked from network); 23 Dec 2005 06:00:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Dec 2005 06:00:57 -0000 Received: (qmail 64231 invoked by uid 500); 23 Dec 2005 06:00:53 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 64202 invoked by uid 500); 23 Dec 2005 06:00:53 -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 64191 invoked by uid 99); 23 Dec 2005 06:00:53 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Dec 2005 22:00:52 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 79A45DE for ; Fri, 23 Dec 2005 07:00:31 +0100 (CET) Message-ID: <64108841.1135317631497.JavaMail.jira@ajax.apache.org> Date: Fri, 23 Dec 2005 07:00:31 +0100 (CET) From: "Afkham Azeez (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Commented: (AXIS2-306) SAAJ over our DOM In-Reply-To: <1411424778.1132673921574.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/AXIS2-306?page=comments#action_12361164 ] Afkham Azeez commented on AXIS2-306: ------------------------------------ SAAJ over DOOM is currently work-in.progress. Please apply the attached patches to the following repositories: apply saaj2.patch to https://svn.apache.org/repos/asf/webservices/axis2/trunk/archive/java/scratch/ruchith_dims/saaj2 apply axis2-doom.patch to https://svn.apache.org/repos/asf/webservices/axis2/trunk/java The attached image should go into test-resources directory in saaj2 > SAAJ over our DOM > ----------------- > > Key: AXIS2-306 > URL: http://issues.apache.org/jira/browse/AXIS2-306 > Project: Apache Axis 2.0 (Axis2) > Type: Improvement > Reporter: Davanum Srinivas > Assignee: Ruchith Udayanga Fernando > Attachments: axis.jpg, axis2-doom.patch, saaj2.patch > > Ruchith, > There are classes in our saaj package the implement org.w3c.dom.* stuff. we need to make them EXTEND the dom impl classes. For example: > org.apache.axis2.saaj.NodeImpl implements org.w3c.dom.Node > we need to change it to > org.apache.axis2.saaj.NodeImpl extends > org.apache.axis2.om.impl.dom.NodeImpl implements org.w3c.dom.Node > Otherwise we will have 2 classes implementing the same methods from org.w3c.dom.Node. > What do you think? > thanks, > dims -- 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