[
https://issues.apache.org/jira/browse/JCR-1574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jukka Zitting resolved JCR-1574.
--------------------------------
Resolution: Won't Fix
Assignee: Jukka Zitting
Resolving as Won't Fix as discussed above.
> [PATCH] PropertyWrapper has a typo that causes an infinite loop
> ---------------------------------------------------------------
>
> Key: JCR-1574
> URL: https://issues.apache.org/jira/browse/JCR-1574
> Project: Jackrabbit
> Issue Type: Bug
> Components: jackrabbit-core
> Affects Versions: core 1.4.2
> Reporter: Dave Brosius
> Assignee: Jukka Zitting
> Priority: Minor
> Attachments: PropertyWrapper_typo_infinite_loop.patch
>
>
> PropertyWrapper.refresh is missing the delegation to 'property' for refresh,
> and has an infinite loop instead. Patch fixes this.
> [CODE]
> /** [EMAIL PROTECTED] */
> public void refresh(boolean keepChanges) throws InvalidItemStateException,
> RepositoryException {
> refresh(keepChanges);
> }
> [/CODE]
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.