You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Han Hong Fang (JIRA)" <ji...@apache.org> on 2012/10/19 05:32:02 UTC

[jira] [Created] (CXF-4584) org.w3c.dom.DOMException when sending soap11 request and returning soap12 response

Han Hong Fang created CXF-4584:
----------------------------------

             Summary: org.w3c.dom.DOMException when sending soap11 request and returning soap12 response
                 Key: CXF-4584
                 URL: https://issues.apache.org/jira/browse/CXF-4584
             Project: CXF
          Issue Type: Bug
    Affects Versions: 2.6.2
         Environment: Windows 7 + Oracle jdk 1.6.0_29
            Reporter: Han Hong Fang
            Priority: Minor


I encoutered the following exception when sending soap11 request, and returning soap12 repsonse in Message mode:

org.w3c.dom.DOMException: HIERARCHY_REQUEST_ERR: An attempt was made to
insert a node where it is not permitted.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (CXF-4584) org.w3c.dom.DOMException when sending soap11 request and returning soap12 response

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

Freeman Fang updated CXF-4584:
------------------------------

    Comment: was deleted

(was: Hi,

You need elaborate more about this issue.

Freeman)
    
> org.w3c.dom.DOMException when sending soap11 request and returning soap12 response
> ----------------------------------------------------------------------------------
>
>                 Key: CXF-4584
>                 URL: https://issues.apache.org/jira/browse/CXF-4584
>             Project: CXF
>          Issue Type: Bug
>    Affects Versions: 2.6.2
>         Environment: Windows 7 + Oracle jdk 1.6.0_29
>            Reporter: Han Hong Fang
>            Priority: Minor
>         Attachments: CXF-4584.patch
>
>
> I encoutered the following exception when sending soap11 request, and returning soap12 repsonse in Message mode:
> org.w3c.dom.DOMException: HIERARCHY_REQUEST_ERR: An attempt was made to
> insert a node where it is not permitted.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CXF-4584) org.w3c.dom.DOMException when sending soap11 request and returning soap12 response

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-4584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13479586#comment-13479586 ] 

Freeman Fang commented on CXF-4584:
-----------------------------------

Hi,

You need elaborate more about this issue.

Freeman
                
> org.w3c.dom.DOMException when sending soap11 request and returning soap12 response
> ----------------------------------------------------------------------------------
>
>                 Key: CXF-4584
>                 URL: https://issues.apache.org/jira/browse/CXF-4584
>             Project: CXF
>          Issue Type: Bug
>    Affects Versions: 2.6.2
>         Environment: Windows 7 + Oracle jdk 1.6.0_29
>            Reporter: Han Hong Fang
>            Priority: Minor
>         Attachments: CXF-4584.patch
>
>
> I encoutered the following exception when sending soap11 request, and returning soap12 repsonse in Message mode:
> org.w3c.dom.DOMException: HIERARCHY_REQUEST_ERR: An attempt was made to
> insert a node where it is not permitted.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (CXF-4584) org.w3c.dom.DOMException when sending soap11 request and returning soap12 response

Posted by "Han Hong Fang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-4584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Han Hong Fang updated CXF-4584:
-------------------------------

    Attachment: CXF-4584.patch
    
> org.w3c.dom.DOMException when sending soap11 request and returning soap12 response
> ----------------------------------------------------------------------------------
>
>                 Key: CXF-4584
>                 URL: https://issues.apache.org/jira/browse/CXF-4584
>             Project: CXF
>          Issue Type: Bug
>    Affects Versions: 2.6.2
>         Environment: Windows 7 + Oracle jdk 1.6.0_29
>            Reporter: Han Hong Fang
>            Priority: Minor
>         Attachments: CXF-4584.patch
>
>
> I encoutered the following exception when sending soap11 request, and returning soap12 repsonse in Message mode:
> org.w3c.dom.DOMException: HIERARCHY_REQUEST_ERR: An attempt was made to
> insert a node where it is not permitted.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CXF-4584) org.w3c.dom.DOMException when sending soap11 request and returning soap12 response

Posted by "Han Hong Fang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-4584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13479584#comment-13479584 ] 

Han Hong Fang commented on CXF-4584:
------------------------------------

I searched the mailing list and found similar issue and discussion here: http://comments.gmane.org/gmane.comp.apache.cxf.devel/4815

I'm migrating a app from axis2, and wish the app would work on cxf without modification. Thus I modified cxf class as Daniel Kulp's suggestion. The patch is attached, please help to review. Thanks in advance.
                
> org.w3c.dom.DOMException when sending soap11 request and returning soap12 response
> ----------------------------------------------------------------------------------
>
>                 Key: CXF-4584
>                 URL: https://issues.apache.org/jira/browse/CXF-4584
>             Project: CXF
>          Issue Type: Bug
>    Affects Versions: 2.6.2
>         Environment: Windows 7 + Oracle jdk 1.6.0_29
>            Reporter: Han Hong Fang
>            Priority: Minor
>         Attachments: CXF-4584.patch
>
>
> I encoutered the following exception when sending soap11 request, and returning soap12 repsonse in Message mode:
> org.w3c.dom.DOMException: HIERARCHY_REQUEST_ERR: An attempt was made to
> insert a node where it is not permitted.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Assigned] (CXF-4584) org.w3c.dom.DOMException when sending soap11 request and returning soap12 response

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

Freeman Fang reassigned CXF-4584:
---------------------------------

    Assignee: Freeman Fang
    
> org.w3c.dom.DOMException when sending soap11 request and returning soap12 response
> ----------------------------------------------------------------------------------
>
>                 Key: CXF-4584
>                 URL: https://issues.apache.org/jira/browse/CXF-4584
>             Project: CXF
>          Issue Type: Bug
>    Affects Versions: 2.6.2
>         Environment: Windows 7 + Oracle jdk 1.6.0_29
>            Reporter: Han Hong Fang
>            Assignee: Freeman Fang
>            Priority: Minor
>         Attachments: CXF-4584.patch
>
>
> I encoutered the following exception when sending soap11 request, and returning soap12 repsonse in Message mode:
> org.w3c.dom.DOMException: HIERARCHY_REQUEST_ERR: An attempt was made to
> insert a node where it is not permitted.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (CXF-4584) org.w3c.dom.DOMException when sending soap11 request and returning soap12 response

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

Freeman Fang resolved CXF-4584.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 2.7.1
                   2.6.4
                   2.5.7
                   2.4.11

apply patch on behalf of Han Hong Fang with thanks
http://svn.apache.org/viewvc?rev=1399983&view=rev for trunk
http://svn.apache.org/viewvc?rev=1399985&view=rev for 2.6.x branch
http://svn.apache.org/viewvc?rev=1399987&view=rev for 2.5.x branch
http://svn.apache.org/viewvc?rev=1399988&view=rev for 2.4.x branch
                
> org.w3c.dom.DOMException when sending soap11 request and returning soap12 response
> ----------------------------------------------------------------------------------
>
>                 Key: CXF-4584
>                 URL: https://issues.apache.org/jira/browse/CXF-4584
>             Project: CXF
>          Issue Type: Bug
>    Affects Versions: 2.6.2
>         Environment: Windows 7 + Oracle jdk 1.6.0_29
>            Reporter: Han Hong Fang
>            Assignee: Freeman Fang
>            Priority: Minor
>             Fix For: 2.4.11, 2.5.7, 2.6.4, 2.7.1
>
>         Attachments: CXF-4584.patch
>
>
> I encoutered the following exception when sending soap11 request, and returning soap12 repsonse in Message mode:
> org.w3c.dom.DOMException: HIERARCHY_REQUEST_ERR: An attempt was made to
> insert a node where it is not permitted.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira