Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Description
When a commits and rollbacks occur all listeners recieve the event. In the case of a rollback only listeners listening to the rolledback transaction should be notified. For a commit all others should be notified but not the listeners on the transaction. (This is ideal behavior and can be implemented for MemoryDatastore).
Before: 14962
After: 14971