You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "angela (JIRA)" <ji...@apache.org> on 2010/03/11 11:28:27 UTC

[jira] Resolved: (JCR-2547) Setting a property which has been transiently removed fails with a PathNotFoundException

     [ https://issues.apache.org/jira/browse/JCR-2547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

angela resolved JCR-2547.
-------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.0
         Assignee: angela

the issue was cause by some automatic cleanup that only respected multiple calls to 
setProperty but didn't take any removal into account.

for simplicity i decided to remove the clean-up for regular setProperty/setValue calls and only
leave it for addMixin/removeMixin and setPrimaryType.

> Setting a property which has been transiently removed fails with a PathNotFoundException
> ----------------------------------------------------------------------------------------
>
>                 Key: JCR-2547
>                 URL: https://issues.apache.org/jira/browse/JCR-2547
>             Project: Jackrabbit Content Repository
>          Issue Type: Bug
>          Components: jackrabbit-spi2dav
>    Affects Versions: 2.1.0
>            Reporter: Michael Dürig
>            Assignee: angela
>             Fix For: 2.1.0
>
>
> The following tests currently all fail with a PathNotFoundException
> org.apache.jackrabbit.jcr2spi.AddPropertyTest#testReplacingProperty
> org.apache.jackrabbit.jcr2spi.AddPropertyTest#testReplacingProperty2
> org.apache.jackrabbit.jcr2spi.AddPropertyTest#testAddingProperty
> org.apache.jackrabbit.jcr2spi.AddPropertyTest#testAddingProperty2

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.