[ 
https://issues.apache.org/jira/browse/CXF-7178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15995218#comment-15995218
 ] 

ASF GitHub Bot commented on CXF-7178:
-------------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/cxf/pull/271


> RMPolicyInterceptorProvider not initialized properly
> ----------------------------------------------------
>
>                 Key: CXF-7178
>                 URL: https://issues.apache.org/jira/browse/CXF-7178
>             Project: CXF
>          Issue Type: Bug
>          Components: WS-* Components
>    Affects Versions: 3.1.4
>            Reporter: Mattias Aspholm
>
> The RMPolicyInterceptorProvider never sets the bus for its 
> RMCaptureInInterceptor instance (rmCaptureIn) in the constructor. (All other 
> interceptors are initiated with the bus). The result is a 
> NullPointerException in runtime when Reliable Messaging is enabled through 
> Policy.
> Adding the following line in the constructor of RMPolicyInterceptorProvider 
> does the trick:
> rmCaptureIn.setBus(bus);



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to