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