You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by "Hans G Knudsen (JIRA)" <ji...@apache.org> on 2007/04/25 16:48:15 UTC

[jira] Created: (WSCOMMONS-198) Problem creating 'comment' (when decrypting in Rampart)

Problem creating 'comment' (when decrypting in Rampart)
-------------------------------------------------------

                 Key: WSCOMMONS-198
                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-198
             Project: WS-Commons
          Issue Type: Bug
          Components: AXIOM
            Reporter: Hans G Knudsen


When decrypting a document containing comments with Rampart you see :

Caused by: java.lang.UnsupportedOperationException: TODO
        at org.apache.axiom.om.impl.dom.DocumentImpl.importNode(DocumentImpl.java:333)
        at org.apache.axiom.om.impl.dom.DocumentImpl.importNode(DocumentImpl.java:348)
        at org.apache.axiom.om.impl.dom.DocumentImpl.importNode(DocumentImpl.java:348)

As handling of comments is not (fully) implemented.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: commons-dev-help@ws.apache.org


[jira] Resolved: (WSCOMMONS-198) Problem creating 'comment' (when decrypting in Rampart)

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WSCOMMONS-198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Davanum Srinivas resolved WSCOMMONS-198.
----------------------------------------

    Resolution: Fixed

> Problem creating 'comment' (when decrypting in Rampart)
> -------------------------------------------------------
>
>                 Key: WSCOMMONS-198
>                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-198
>             Project: WS-Commons
>          Issue Type: Bug
>          Components: AXIOM
>            Reporter: Hans G Knudsen
>         Attachments: axiom_comment.diff
>
>
> When decrypting a document containing comments with Rampart you see :
> Caused by: java.lang.UnsupportedOperationException: TODO
>         at org.apache.axiom.om.impl.dom.DocumentImpl.importNode(DocumentImpl.java:333)
>         at org.apache.axiom.om.impl.dom.DocumentImpl.importNode(DocumentImpl.java:348)
>         at org.apache.axiom.om.impl.dom.DocumentImpl.importNode(DocumentImpl.java:348)
> As handling of comments is not (fully) implemented.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: commons-dev-help@ws.apache.org


[jira] Updated: (WSCOMMONS-198) Problem creating 'comment' (when decrypting in Rampart)

Posted by "Hans G Knudsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WSCOMMONS-198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hans G Knudsen updated WSCOMMONS-198:
-------------------------------------

    Attachment: axiom_comment.diff

Proposal for fix.

Use already implemented method createComment to create comment node.

Comment added to Exception might not be appropriate - but could ease finding type of node to implement.


Diff has been made against /webservices/commons/tags/axiom/1_2_4



I have tested decrypting document with Rampart - and hereafter performing signature validation without problems.

> Problem creating 'comment' (when decrypting in Rampart)
> -------------------------------------------------------
>
>                 Key: WSCOMMONS-198
>                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-198
>             Project: WS-Commons
>          Issue Type: Bug
>          Components: AXIOM
>            Reporter: Hans G Knudsen
>         Attachments: axiom_comment.diff
>
>
> When decrypting a document containing comments with Rampart you see :
> Caused by: java.lang.UnsupportedOperationException: TODO
>         at org.apache.axiom.om.impl.dom.DocumentImpl.importNode(DocumentImpl.java:333)
>         at org.apache.axiom.om.impl.dom.DocumentImpl.importNode(DocumentImpl.java:348)
>         at org.apache.axiom.om.impl.dom.DocumentImpl.importNode(DocumentImpl.java:348)
> As handling of comments is not (fully) implemented.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: commons-dev-help@ws.apache.org


[jira] Commented: (WSCOMMONS-198) Problem creating 'comment' (when decrypting in Rampart)

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WSCOMMONS-198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506002 ] 

Davanum Srinivas commented on WSCOMMONS-198:
--------------------------------------------

Fixed in svn revision 548557

thanks,
dims

> Problem creating 'comment' (when decrypting in Rampart)
> -------------------------------------------------------
>
>                 Key: WSCOMMONS-198
>                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-198
>             Project: WS-Commons
>          Issue Type: Bug
>          Components: AXIOM
>            Reporter: Hans G Knudsen
>         Attachments: axiom_comment.diff
>
>
> When decrypting a document containing comments with Rampart you see :
> Caused by: java.lang.UnsupportedOperationException: TODO
>         at org.apache.axiom.om.impl.dom.DocumentImpl.importNode(DocumentImpl.java:333)
>         at org.apache.axiom.om.impl.dom.DocumentImpl.importNode(DocumentImpl.java:348)
>         at org.apache.axiom.om.impl.dom.DocumentImpl.importNode(DocumentImpl.java:348)
> As handling of comments is not (fully) implemented.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: commons-dev-help@ws.apache.org