]
Michael Musgrove commented on JBTM-1732:
----------------------------------------
This issue also applies to in memory stores (ie STM objects created using
Container.TYPE.RECOVERABLE).
Durable STM instances require explicit sync to save state
---------------------------------------------------------
Key: JBTM-1732
URL:
https://issues.jboss.org/browse/JBTM-1732
Project: JBoss Transaction Manager
Issue Type: Feature Request
Components: STM
Affects Versions: 5.0.0.M3
Reporter: Mark Little
Assignee: Mark Little
Priority: Optional
As with TXOJ, a persistent STM object isn't written to disk until a write lock is
acquired on it within the scope of a transaction. Consider automating this at creation
time.