Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 59055 invoked from network); 11 Dec 2005 15:43:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Dec 2005 15:43:43 -0000 Received: (qmail 15945 invoked by uid 500); 11 Dec 2005 15:43:32 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 15912 invoked by uid 500); 11 Dec 2005 15:43:32 -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 15901 invoked by uid 99); 11 Dec 2005 15:43:32 -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; Sun, 11 Dec 2005 07:43:30 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 91B02229 for ; Sun, 11 Dec 2005 16:43:09 +0100 (CET) Message-ID: <2008823248.1134315789594.JavaMail.jira@ajax.apache.org> Date: Sun, 11 Dec 2005 16:43:09 +0100 (CET) From: "Ruchith Udayanga Fernando (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Commented: (AXIS2-49) implementing DOM on AXIOM In-Reply-To: <684596581.1119851100711.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-49?page=comments#action_12360140 ] Ruchith Udayanga Fernando commented on AXIS2-49: ------------------------------------------------ hmm... this is not possible since a DOOM node doesn't contain a reference to the factory that created it. Note that when we use DOOM progamatically as a usual DOM impl we do not use 'OM' Factories. E.g.: Document doc = DocumentBuilderFactory.newInstance().newDocumentBuilder().newDocument(); Element elem = doc.createElement("Foo"); Now there's no involvement of a factory. We must be able to clone this 'elem' element. I'm working on doing cloneNode() the same way as its done in Xerces... there is some progress ... :-) > implementing DOM on AXIOM > ------------------------- > > Key: AXIS2-49 > URL: http://issues.apache.org/jira/browse/AXIS2-49 > Project: Apache Axis 2.0 (Axis2) > Type: New Feature > Components: om > Reporter: Srinath Perera > Assignee: Ruchith Udayanga Fernando > Priority: Minor > > this needed for the SAAJ and WS-Security support. we need the samples and docs -- 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