Changelog not persisted during two phase commit in prepare phase
-----------------------------------------------------------------
Key: JCR-1077
URL: https://issues.apache.org/jira/browse/JCR-1077
Project: Jackrabbit
Issue Type: Bug
Components: jca
Affects Versions: 1.3.1
Reporter: Marcel May
Currently, in a XA TX the changelog is only kept in memory in the prepare phase
and therefore potentially lost before the final commit phase finishes.
A successful prepare() guarantees the persistence of the changes so that in the
following commit() phase the changes are made public.
Solution could be serializing the ChangeLog between the phases and a final
guaranteed deletion upon commit (other ideas?)
See previous discussion at
http://www.mail-archive.com/[email protected]/msg06525.html
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.