Node.getReferences() does not properly reflect saved but not yet committed
changes
----------------------------------------------------------------------------------
Key: JCR-1484
URL: https://issues.apache.org/jira/browse/JCR-1484
Project: Jackrabbit
Issue Type: Bug
Components: jackrabbit-core, transactions
Affects Versions: core 1.4.1, 1.4
Reporter: Marcel Reutegger
Priority: Minor
Fix For: core 1.4.2
Node.getReferences() currently only returns committed references. The
specification however says:
<quote>
Some level 2 implementations may only return properties that have been
saved (in a transactional setting this includes both those properties
that have been saved but not yet committed, as well as properties that
have been committed). Other level 2 implementations may additionally
return properties that have been added within the current Session but are
not yet saved.
</quote>
Jackrabbit does not support the latter, but at least has to support the first.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.