[ 
http://issues.apache.org/jira/browse/AXIS2-49?page=comments#action_12360137 ] 

Ruchith Udayanga Fernando commented on AXIS2-49:
------------------------------------------------

Chinthaka, 

DOOM is working with ALL the security test cases except for one (#7) where it 
uses the cloneNode() ... 

I was trying to do cloning using the StAX events as shown below:

    public OMElement cloneOMElement() {
                ElementImpl elem = (ElementImpl)(new StAXOMBuilder(new 
OMDOMFactory(), this.getXMLStreamReader(true))).getDocumentElement();
                
                return elem;
    }


BUT... In DOM the cloned node is expected to belong to the same Document ...

Will close this issue as soon as I fix this cloning problem :-)

> 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

Reply via email to