You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Rolf Thunbo (JIRA)" <ji...@apache.org> on 2010/03/28 23:17:27 UTC

[jira] Created: (CXF-2733) MultipleEndpointObserver does not set the exchange on the incoming Message in onMessage method

MultipleEndpointObserver does not set the exchange on the incoming Message in onMessage method
----------------------------------------------------------------------------------------------

                 Key: CXF-2733
                 URL: https://issues.apache.org/jira/browse/CXF-2733
             Project: CXF
          Issue Type: Bug
          Components: Soap Binding
    Affects Versions: 2.3
            Reporter: Rolf Thunbo


MultipleEndpointObserver does not set the exchange on the incoming Message in onMessage method. If the Destination using this observer, tries to use the exchange after having called MultipleEndpointObserver.onMessage, which JMSDestination in fact does, a NPE is thrown.

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


[jira] Resolved: (CXF-2733) MultipleEndpointObserver does not set the exchange on the incoming Message in onMessage method

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

Daniel Kulp resolved CXF-2733.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2.8
         Assignee: Daniel Kulp

> MultipleEndpointObserver does not set the exchange on the incoming Message in onMessage method
> ----------------------------------------------------------------------------------------------
>
>                 Key: CXF-2733
>                 URL: https://issues.apache.org/jira/browse/CXF-2733
>             Project: CXF
>          Issue Type: Bug
>          Components: Soap Binding
>    Affects Versions: 2.3
>            Reporter: Rolf Thunbo
>            Assignee: Daniel Kulp
>             Fix For: 2.2.8
>
>
> MultipleEndpointObserver does not set the exchange on the incoming Message in onMessage method. If the Destination using this observer, tries to use the exchange after having called MultipleEndpointObserver.onMessage, which JMSDestination in fact does, a NPE is thrown.

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


[jira] Resolved: (CXF-2733) MultipleEndpointObserver does not set the exchange on the incoming Message in onMessage method

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

Daniel Kulp resolved CXF-2733.
------------------------------

    Resolution: Fixed

> MultipleEndpointObserver does not set the exchange on the incoming Message in onMessage method
> ----------------------------------------------------------------------------------------------
>
>                 Key: CXF-2733
>                 URL: https://issues.apache.org/jira/browse/CXF-2733
>             Project: CXF
>          Issue Type: Bug
>          Components: Soap Binding
>    Affects Versions: 2.3
>            Reporter: Rolf Thunbo
>            Assignee: Daniel Kulp
>             Fix For: 2.2.8
>
>
> MultipleEndpointObserver does not set the exchange on the incoming Message in onMessage method. If the Destination using this observer, tries to use the exchange after having called MultipleEndpointObserver.onMessage, which JMSDestination in fact does, a NPE is thrown.

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


[jira] Reopened: (CXF-2733) MultipleEndpointObserver does not set the exchange on the incoming Message in onMessage method

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

Rolf Thunbo reopened CXF-2733:
------------------------------


> MultipleEndpointObserver does not set the exchange on the incoming Message in onMessage method
> ----------------------------------------------------------------------------------------------
>
>                 Key: CXF-2733
>                 URL: https://issues.apache.org/jira/browse/CXF-2733
>             Project: CXF
>          Issue Type: Bug
>          Components: Soap Binding
>    Affects Versions: 2.3
>            Reporter: Rolf Thunbo
>            Assignee: Daniel Kulp
>             Fix For: 2.2.8
>
>
> MultipleEndpointObserver does not set the exchange on the incoming Message in onMessage method. If the Destination using this observer, tries to use the exchange after having called MultipleEndpointObserver.onMessage, which JMSDestination in fact does, a NPE is thrown.

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


[jira] Commented: (CXF-2733) MultipleEndpointObserver does not set the exchange on the incoming Message in onMessage method

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

Rolf Thunbo commented on CXF-2733:
----------------------------------

Close, but no cigar. By the point you are setting the exchange on the message, the incoming message have been overridden in line 61 with the statement
message = createMessage(message);

> MultipleEndpointObserver does not set the exchange on the incoming Message in onMessage method
> ----------------------------------------------------------------------------------------------
>
>                 Key: CXF-2733
>                 URL: https://issues.apache.org/jira/browse/CXF-2733
>             Project: CXF
>          Issue Type: Bug
>          Components: Soap Binding
>    Affects Versions: 2.3
>            Reporter: Rolf Thunbo
>            Assignee: Daniel Kulp
>             Fix For: 2.2.8
>
>
> MultipleEndpointObserver does not set the exchange on the incoming Message in onMessage method. If the Destination using this observer, tries to use the exchange after having called MultipleEndpointObserver.onMessage, which JMSDestination in fact does, a NPE is thrown.

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