]
Gary Brown updated RTGOV-524:
-----------------------------
Git Pull Request:
Drools processor : Steam mode does not handle results of async rule
activation
-------------------------------------------------------------------------------
Key: RTGOV-524
URL:
https://issues.jboss.org/browse/RTGOV-524
Project: RTGov (Run Time Governance)
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Event Processor
Affects Versions: 2.0.0.Final
Reporter: ivan mckinley
Assignee: Gary Brown
Fix For: 2.0.0.Final
Attachments: ordermgmt-demo.zip
When a sliding rule is defined of Steam mode and Async Mode of the droolsEventprocessor.
Rule is activated but the handling of the results fails with a NPE.
NPE traced back to the Node object responsible for handling the forward of the serialized
object as the passed in _container object is null;
See,
https://issues.jboss.org/browse/RTGOV-393