Mattias Aspholm created CXF-7178:
------------------------------------
Summary: 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.4#6332)