[
https://issues.apache.org/jira/browse/CXF-7178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Kulp resolved CXF-7178.
------------------------------
Resolution: Fixed
Assignee: Daniel Kulp
Fix Version/s: 3.0.14
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
> Assignee: Daniel Kulp
> Fix For: 3.1.12, 3.0.14
>
>
> 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)