[
https://issues.apache.org/jira/browse/JCR-1082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pablo Rios updated JCR-1082:
----------------------------
Attachment: TransientStoreOutOfSyncWithCacheTest.java
TransientStoreOutOfSyncWithCacheTest test does *not* fail with version 1.3 and
also fails with trunk (revision 566351)
Attach modified version of TransientStoreOutOfSyncWithCacheTest that extends
from AbstractJCRTest
> cache getting out of sync with transientstore causes pathnotfoundexception
> --------------------------------------------------------------------------
>
> Key: JCR-1082
> URL: https://issues.apache.org/jira/browse/JCR-1082
> Project: Jackrabbit
> Issue Type: Bug
> Components: core
> Affects Versions: 1.3.1
> Reporter: quipere
> Attachments: repository.xml,
> TransientStoreOutOfSyncWithCacheTest.java,
> TransientStoreOutOfSyncWithCacheTest.java
>
>
> Done some further debugging and think the problem is in the synchronization
> between cache and transientstore. When I retrieve a childnode when I just
> made its parent node transient (by removing a prop or something), it will not
> be added to the cache. When I then remove this node, its nodeid is not
> removed from cache since its stateId wasn't saved in the cache. After that I
> add the same node node again with the same name. When I now try to retrieve
> this node, I get a path not found exception. I see that by retrieving it, its
> nodeit is resolved from the cache using its path. Only since the removed node
> was not removed from cache it returns the nodeid of the already removed node.
> There is no node present with this id in the transientstore and therefor it
> throws a pathnotfoundexception.
> provided a failing junit test and repository.xml
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.