You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Mario A. Rodriguez (JIRA)" <ji...@apache.org> on 2006/09/11 21:52:22 UTC

[jira] Created: (AXIS2-1139) Wrong Document Exception when processing addressing headers

Wrong Document Exception when processing addressing headers
-----------------------------------------------------------

                 Key: AXIS2-1139
                 URL: http://issues.apache.org/jira/browse/AXIS2-1139
             Project: Apache Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: Addressing
    Affects Versions: 1.0
            Reporter: Mario A. Rodriguez


This issue is related to: https://issues.apache.org/jira/browse/AXIS2-1135

After applying the changes described in AXIS2-1135, the code is getting past the ClassCastException, but it's still blowing up with a 

DOMException(DOMException.WRONG_DOCUMENT_ERR. at: 
at org.apache.axiom.om.impl.dom.ParentNode.insertBefore(ParentNode.java:160) 
at org.apache.axiom.om.impl.dom.NodeImpl.appendChild(NodeImpl.java:249) 
at org.apache.axiom.om.impl.dom.ParentNode.addChild(ParentNode.java:56) 
at org.apache.axis2.handlers.addressing.AddressingOutHandler.processReferenceInformation(AddressingOutHandler.java:370) 
at org.apache.axis2.handlers.addressing.AddressingOutHandler.addToSOAPHeader(AddressingOutHandler.java:320) 
at org.apache.axis2.handlers.addressing.AddressingOutHandler.processReplyTo(AddressingOutHandler.java:260) 
at org.apache.axis2.handlers.addressing.AddressingOutHandler.invoke(AddressingOutHandler.java:126) 

-- 
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

        

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


[jira] Commented: (AXIS2-1139) Wrong Document Exception when processing addressing headers

Posted by "Ruchith Udayanga Fernando (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-1139?page=comments#action_12443493 ] 
            
Ruchith Udayanga Fernando commented on AXIS2-1139:
--------------------------------------------------

There were some recent updates to the axiom code to fix this issue. Can you please check this now.

> Wrong Document Exception when processing addressing headers
> -----------------------------------------------------------
>
>                 Key: AXIS2-1139
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1139
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: Addressing
>    Affects Versions: 1.0
>            Reporter: Mario A. Rodriguez
>
> This issue is related to: https://issues.apache.org/jira/browse/AXIS2-1135
> After applying the changes described in AXIS2-1135, the code is getting past the ClassCastException, but it's still blowing up with a 
> DOMException(DOMException.WRONG_DOCUMENT_ERR. at: 
> at org.apache.axiom.om.impl.dom.ParentNode.insertBefore(ParentNode.java:160) 
> at org.apache.axiom.om.impl.dom.NodeImpl.appendChild(NodeImpl.java:249) 
> at org.apache.axiom.om.impl.dom.ParentNode.addChild(ParentNode.java:56) 
> at org.apache.axis2.handlers.addressing.AddressingOutHandler.processReferenceInformation(AddressingOutHandler.java:370) 
> at org.apache.axis2.handlers.addressing.AddressingOutHandler.addToSOAPHeader(AddressingOutHandler.java:320) 
> at org.apache.axis2.handlers.addressing.AddressingOutHandler.processReplyTo(AddressingOutHandler.java:260) 
> at org.apache.axis2.handlers.addressing.AddressingOutHandler.invoke(AddressingOutHandler.java:126) 

-- 
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

        

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


[jira] Resolved: (AXIS2-1139) Wrong Document Exception when processing addressing headers

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

Deepal Jayasinghe resolved AXIS2-1139.
--------------------------------------

    Resolution: Fixed

Seems like issue is fixed , pls re-open if it is still there

> Wrong Document Exception when processing addressing headers
> -----------------------------------------------------------
>
>                 Key: AXIS2-1139
>                 URL: https://issues.apache.org/jira/browse/AXIS2-1139
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: Addressing
>    Affects Versions: 1.0
>            Reporter: Mario A. Rodriguez
>
> This issue is related to: https://issues.apache.org/jira/browse/AXIS2-1135
> After applying the changes described in AXIS2-1135, the code is getting past the ClassCastException, but it's still blowing up with a 
> DOMException(DOMException.WRONG_DOCUMENT_ERR. at: 
> at org.apache.axiom.om.impl.dom.ParentNode.insertBefore(ParentNode.java:160) 
> at org.apache.axiom.om.impl.dom.NodeImpl.appendChild(NodeImpl.java:249) 
> at org.apache.axiom.om.impl.dom.ParentNode.addChild(ParentNode.java:56) 
> at org.apache.axis2.handlers.addressing.AddressingOutHandler.processReferenceInformation(AddressingOutHandler.java:370) 
> at org.apache.axis2.handlers.addressing.AddressingOutHandler.addToSOAPHeader(AddressingOutHandler.java:320) 
> at org.apache.axis2.handlers.addressing.AddressingOutHandler.processReplyTo(AddressingOutHandler.java:260) 
> at org.apache.axis2.handlers.addressing.AddressingOutHandler.invoke(AddressingOutHandler.java:126) 

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-1139) Wrong Document Exception when processing addressing headers

Posted by "Ruchith Udayanga Fernando (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-1139?page=comments#action_12439724 ] 
            
Ruchith Udayanga Fernando commented on AXIS2-1139:
--------------------------------------------------

It was Thilina who worked on this issue[1] in Axiom and IMHO this was not fixed in Axiom 1.1.1 (This is what the Axis2 nightly build uses).

Thanks,
Ruchith

[1] https://issues.apache.org/jira/browse/WSCOMMONS-90

> Wrong Document Exception when processing addressing headers
> -----------------------------------------------------------
>
>                 Key: AXIS2-1139
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1139
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: Addressing
>    Affects Versions: 1.0
>            Reporter: Mario A. Rodriguez
>
> This issue is related to: https://issues.apache.org/jira/browse/AXIS2-1135
> After applying the changes described in AXIS2-1135, the code is getting past the ClassCastException, but it's still blowing up with a 
> DOMException(DOMException.WRONG_DOCUMENT_ERR. at: 
> at org.apache.axiom.om.impl.dom.ParentNode.insertBefore(ParentNode.java:160) 
> at org.apache.axiom.om.impl.dom.NodeImpl.appendChild(NodeImpl.java:249) 
> at org.apache.axiom.om.impl.dom.ParentNode.addChild(ParentNode.java:56) 
> at org.apache.axis2.handlers.addressing.AddressingOutHandler.processReferenceInformation(AddressingOutHandler.java:370) 
> at org.apache.axis2.handlers.addressing.AddressingOutHandler.addToSOAPHeader(AddressingOutHandler.java:320) 
> at org.apache.axis2.handlers.addressing.AddressingOutHandler.processReplyTo(AddressingOutHandler.java:260) 
> at org.apache.axis2.handlers.addressing.AddressingOutHandler.invoke(AddressingOutHandler.java:126) 

-- 
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

        

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


[jira] Commented: (AXIS2-1139) Wrong Document Exception when processing addressing headers

Posted by "Eran Chinthaka (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2-1139?page=comments#action_12439577 ] 
            
Eran Chinthaka commented on AXIS2-1139:
---------------------------------------

Can you please re-check this on latest nightly builds? I can not trace the bug as the code has changed from the given line numbers. 
And Ruchith did some modifications recently on this issue as we were creating OMElements without getting the builder from the parent. 

> Wrong Document Exception when processing addressing headers
> -----------------------------------------------------------
>
>                 Key: AXIS2-1139
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1139
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: Addressing
>    Affects Versions: 1.0
>            Reporter: Mario A. Rodriguez
>
> This issue is related to: https://issues.apache.org/jira/browse/AXIS2-1135
> After applying the changes described in AXIS2-1135, the code is getting past the ClassCastException, but it's still blowing up with a 
> DOMException(DOMException.WRONG_DOCUMENT_ERR. at: 
> at org.apache.axiom.om.impl.dom.ParentNode.insertBefore(ParentNode.java:160) 
> at org.apache.axiom.om.impl.dom.NodeImpl.appendChild(NodeImpl.java:249) 
> at org.apache.axiom.om.impl.dom.ParentNode.addChild(ParentNode.java:56) 
> at org.apache.axis2.handlers.addressing.AddressingOutHandler.processReferenceInformation(AddressingOutHandler.java:370) 
> at org.apache.axis2.handlers.addressing.AddressingOutHandler.addToSOAPHeader(AddressingOutHandler.java:320) 
> at org.apache.axis2.handlers.addressing.AddressingOutHandler.processReplyTo(AddressingOutHandler.java:260) 
> at org.apache.axis2.handlers.addressing.AddressingOutHandler.invoke(AddressingOutHandler.java:126) 

-- 
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

        

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