Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.4, core 1.4.1, core 1.4.2
-
None
Description
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.