Justin Edelson  wrote
> The NODE_MOVED event shouldn't be there. I'll remove it. I inserted it
> as an attempt to fix the problem, but it didn't work and I forgot to
> take it out.
> 
> We shouldn't need JCR 2.
> 
> To be clear, this test (FolderDetectionTest.testMoveLibsToApps) would
> fail as it is currently written under JR 1 as well as JR 2. The only
> reason it passed before was because the move resulted in a NodeAdded
> event being fired for /apps, which caused /apps to be rescanned. The bug
> was that moving a subtree to /apps/foo didn't cause /apps to be rescanned.
> 
> NodeAdded /apps - /apps get rescanned
> NodeAdded /apps/foo/install - /apps/foo/install gets rescanned
> NodeAdded /apps/foo - nothing happens
> 
> So, in other words, making the test work with Jackrabbit 2 exposed a bug
> which had been there all along.
:)

Perfect - so I think we're ready to release. I'll give the latest stuff
a few test cycles in the next days, but I don't expect any new problems.

Regards
Carsten
-- 
Carsten Ziegeler
cziege...@apache.org

Reply via email to