]
Gary Brown resolved RTGOV-447.
------------------------------
Resolution: Done
Change SituationStore EPN node to use SituationStore API
--------------------------------------------------------
Key: RTGOV-447
URL:
https://issues.jboss.org/browse/RTGOV-447
Project: RTGov (Run Time Governance)
Issue Type: Task
Reporter: Gary Brown
Assignee: Gary Brown
Fix For: 2.0.0.Final
Currently situations are persisted from the Event Processor Network node
'SituationStore' using the JPAEventProcessor. This implies the store will be a
relational db, making it more difficult to change to an alternative implementation (e.g.
ElasticSearch).
Change this node to use Java code that will persist the Situation using the
SituationStore API.