[dna-issues] [JBoss JIRA] Updated: (DNA-289) AbstractJcrItem.isSame Does Not Match JCR 1.0 Specification
Brian Carothers (JIRA)
jira-events at lists.jboss.org
Tue Mar 3 16:18:22 EST 2009
[ https://jira.jboss.org/jira/browse/DNA-289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Carothers updated DNA-289:
--------------------------------
Attachment: DNA-289.patch
Attached patch that modifies AbstractJcrItem.isSame behavior to adhere to spec. Behavior in node and property implementations was already correct per spec.
> AbstractJcrItem.isSame Does Not Match JCR 1.0 Specification
> -----------------------------------------------------------
>
> Key: DNA-289
> URL: https://jira.jboss.org/jira/browse/DNA-289
> Project: DNA
> Issue Type: Bug
> Components: JCR
> Affects Versions: 0.4
> Reporter: Brian Carothers
> Attachments: DNA-289.patch
>
>
> AbstractJcrItem.isSame currently compares the two items based on reference equality of their workspaces. According to spec, it should compare them based on reference equality of their repositories and logical equality of their workspace names.
> Fixing this will correct three TCK test failures.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the dna-issues
mailing list