Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.1.4
-
None
-
Novice
Description
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);
Attachments
Issue Links
- links to