[
https://issues.apache.org/jira/browse/CXF-7178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15995484#comment-15995484
]
Dennis Kieselhorst commented on CXF-7178:
-----------------------------------------
The fix has been applied and will be part of 3.2.0 version. Should also be
merged to 3.1.12.
> 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)