You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Robert Liguori (JIRA)" <ji...@apache.org> on 2011/06/30 19:44:28 UTC

[jira] [Created] (CXF-3628) SEVERE message seen in wsdl_first_pure_xml example

SEVERE message seen in wsdl_first_pure_xml example
--------------------------------------------------

                 Key: CXF-3628
                 URL: https://issues.apache.org/jira/browse/CXF-3628
             Project: CXF
          Issue Type: Bug
          Components: Samples
    Affects Versions: 2.4.1
            Reporter: Robert Liguori
            Priority: Minor


In this example program (WSDL first demo using BARE Style in XML Binding (pure XML over HTTP - wsdl_first_pure_xml), a SEVERE warning is encountered:

[java] SEVERE: the message content list of the in message and out message are same, CXF can't set the holder object into the message content list of the out message.

See attachment.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CXF-3628) SEVERE message seen in wsdl_first_pure_xml example

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

Willem Jiang commented on CXF-3628:
-----------------------------------

This issue is related to CXF-3572, and I committed a quick fix for it just after CXF 2.4.1 was released. If you try out the latest CXF 2.4.2-SNAPSHOT, it should be OK now.


> SEVERE message seen in wsdl_first_pure_xml example
> --------------------------------------------------
>
>                 Key: CXF-3628
>                 URL: https://issues.apache.org/jira/browse/CXF-3628
>             Project: CXF
>          Issue Type: Bug
>          Components: Samples
>    Affects Versions: 2.4.1
>            Reporter: Robert Liguori
>            Priority: Minor
>         Attachments: severe_message.bmp
>
>
> In this example program "WSDL first demo using BARE Style in XML Binding (pure XML over HTTP)" - (i.e., wsdl_first_pure_xml), a SEVERE warning is encountered:
> [java] SEVERE: the message content list of the in message and out message are same, CXF can't set the holder object into the message content list of the out message.
> See attachment.
> Note: This issue is also seen in with the wsdl_first_rpclit example.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CXF-3628) SEVERE message seen in wsdl_first_pure_xml example

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

Robert Liguori updated CXF-3628:
--------------------------------

    Description: 
In this example program "(WSDL first demo using BARE Style in XML Binding (pure XML over HTTP)" - (i.e., wsdl_first_pure_xml), a SEVERE warning is encountered:

[java] SEVERE: the message content list of the in message and out message are same, CXF can't set the holder object into the message content list of the out message.

See attachment.

  was:
In this example program (WSDL first demo using BARE Style in XML Binding (pure XML over HTTP - wsdl_first_pure_xml), a SEVERE warning is encountered:

[java] SEVERE: the message content list of the in message and out message are same, CXF can't set the holder object into the message content list of the out message.

See attachment.


> SEVERE message seen in wsdl_first_pure_xml example
> --------------------------------------------------
>
>                 Key: CXF-3628
>                 URL: https://issues.apache.org/jira/browse/CXF-3628
>             Project: CXF
>          Issue Type: Bug
>          Components: Samples
>    Affects Versions: 2.4.1
>            Reporter: Robert Liguori
>            Priority: Minor
>         Attachments: severe_message.bmp
>
>
> In this example program "(WSDL first demo using BARE Style in XML Binding (pure XML over HTTP)" - (i.e., wsdl_first_pure_xml), a SEVERE warning is encountered:
> [java] SEVERE: the message content list of the in message and out message are same, CXF can't set the holder object into the message content list of the out message.
> See attachment.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (CXF-3628) SEVERE message seen in wsdl_first_pure_xml example

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

Willem Jiang resolved CXF-3628.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 2.4.2
         Assignee: Willem Jiang

> SEVERE message seen in wsdl_first_pure_xml example
> --------------------------------------------------
>
>                 Key: CXF-3628
>                 URL: https://issues.apache.org/jira/browse/CXF-3628
>             Project: CXF
>          Issue Type: Bug
>          Components: Samples
>    Affects Versions: 2.4.1
>            Reporter: Robert Liguori
>            Assignee: Willem Jiang
>            Priority: Minor
>             Fix For: 2.4.2
>
>         Attachments: severe_message.bmp
>
>
> In this example program "WSDL first demo using BARE Style in XML Binding (pure XML over HTTP)" - (i.e., wsdl_first_pure_xml), a SEVERE warning is encountered:
> [java] SEVERE: the message content list of the in message and out message are same, CXF can't set the holder object into the message content list of the out message.
> See attachment.
> Note: This issue is also seen in with the wsdl_first_rpclit example.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CXF-3628) SEVERE message seen in wsdl_first_pure_xml example

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

Willem Jiang commented on CXF-3628:
-----------------------------------

I just did a quick test on the CXF 2.4.2-SNAPSHOT, the error is gone :)


> SEVERE message seen in wsdl_first_pure_xml example
> --------------------------------------------------
>
>                 Key: CXF-3628
>                 URL: https://issues.apache.org/jira/browse/CXF-3628
>             Project: CXF
>          Issue Type: Bug
>          Components: Samples
>    Affects Versions: 2.4.1
>            Reporter: Robert Liguori
>            Priority: Minor
>             Fix For: 2.4.2
>
>         Attachments: severe_message.bmp
>
>
> In this example program "WSDL first demo using BARE Style in XML Binding (pure XML over HTTP)" - (i.e., wsdl_first_pure_xml), a SEVERE warning is encountered:
> [java] SEVERE: the message content list of the in message and out message are same, CXF can't set the holder object into the message content list of the out message.
> See attachment.
> Note: This issue is also seen in with the wsdl_first_rpclit example.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CXF-3628) SEVERE message seen in wsdl_first_pure_xml example

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

Robert Liguori updated CXF-3628:
--------------------------------

    Description: 
In this example program "WSDL first demo using BARE Style in XML Binding (pure XML over HTTP)" - (i.e., wsdl_first_pure_xml), a SEVERE warning is encountered:

[java] SEVERE: the message content list of the in message and out message are same, CXF can't set the holder object into the message content list of the out message.

See attachment.

Note: This issue is also seen in with the wsdl_first_rpclit example.

  was:
In this example program "WSDL first demo using BARE Style in XML Binding (pure XML over HTTP)" - (i.e., wsdl_first_pure_xml), a SEVERE warning is encountered:

[java] SEVERE: the message content list of the in message and out message are same, CXF can't set the holder object into the message content list of the out message.

See attachment.


> SEVERE message seen in wsdl_first_pure_xml example
> --------------------------------------------------
>
>                 Key: CXF-3628
>                 URL: https://issues.apache.org/jira/browse/CXF-3628
>             Project: CXF
>          Issue Type: Bug
>          Components: Samples
>    Affects Versions: 2.4.1
>            Reporter: Robert Liguori
>            Priority: Minor
>         Attachments: severe_message.bmp
>
>
> In this example program "WSDL first demo using BARE Style in XML Binding (pure XML over HTTP)" - (i.e., wsdl_first_pure_xml), a SEVERE warning is encountered:
> [java] SEVERE: the message content list of the in message and out message are same, CXF can't set the holder object into the message content list of the out message.
> See attachment.
> Note: This issue is also seen in with the wsdl_first_rpclit example.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CXF-3628) SEVERE message seen in wsdl_first_pure_xml example

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

Robert Liguori updated CXF-3628:
--------------------------------

    Attachment: severe_message.bmp

> SEVERE message seen in wsdl_first_pure_xml example
> --------------------------------------------------
>
>                 Key: CXF-3628
>                 URL: https://issues.apache.org/jira/browse/CXF-3628
>             Project: CXF
>          Issue Type: Bug
>          Components: Samples
>    Affects Versions: 2.4.1
>            Reporter: Robert Liguori
>            Priority: Minor
>         Attachments: severe_message.bmp
>
>
> In this example program (WSDL first demo using BARE Style in XML Binding (pure XML over HTTP - wsdl_first_pure_xml), a SEVERE warning is encountered:
> [java] SEVERE: the message content list of the in message and out message are same, CXF can't set the holder object into the message content list of the out message.
> See attachment.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CXF-3628) SEVERE message seen in wsdl_first_pure_xml example

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

Robert Liguori updated CXF-3628:
--------------------------------

    Description: 
In this example program "WSDL first demo using BARE Style in XML Binding (pure XML over HTTP)" - (i.e., wsdl_first_pure_xml), a SEVERE warning is encountered:

[java] SEVERE: the message content list of the in message and out message are same, CXF can't set the holder object into the message content list of the out message.

See attachment.

  was:
In this example program "(WSDL first demo using BARE Style in XML Binding (pure XML over HTTP)" - (i.e., wsdl_first_pure_xml), a SEVERE warning is encountered:

[java] SEVERE: the message content list of the in message and out message are same, CXF can't set the holder object into the message content list of the out message.

See attachment.


> SEVERE message seen in wsdl_first_pure_xml example
> --------------------------------------------------
>
>                 Key: CXF-3628
>                 URL: https://issues.apache.org/jira/browse/CXF-3628
>             Project: CXF
>          Issue Type: Bug
>          Components: Samples
>    Affects Versions: 2.4.1
>            Reporter: Robert Liguori
>            Priority: Minor
>         Attachments: severe_message.bmp
>
>
> In this example program "WSDL first demo using BARE Style in XML Binding (pure XML over HTTP)" - (i.e., wsdl_first_pure_xml), a SEVERE warning is encountered:
> [java] SEVERE: the message content list of the in message and out message are same, CXF can't set the holder object into the message content list of the out message.
> See attachment.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira