[
https://issues.apache.org/jira/browse/JCR-1484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jukka Zitting updated JCR-1484:
-------------------------------
Fix Version/s: (was: 1.5)
core 1.4.3
Merged to the 1.4 branch in revision 650336.
> 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: 1.4, core 1.4.1, core 1.4.2
> Reporter: Marcel Reutegger
> Priority: Minor
> Fix For: core 1.4.3
>
>
> 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.