-
Bug
-
Resolution: Done
-
Critical
-
3.0.0.Alpha1
-
None
-
None
The workspace.move operation does not trigger cache events in the following cases:
- when a rename is being performed - see JcrObservationManagerTest#shouldTestWorkspaceOperationTest_testRename
- when a subgraph is being moved: given root/node1/node2 and root/node3, the workspace.move(/root/node1, root/node3) is interpreted by the current code as rename operation and no event is fired. This is actually a secondary bug, as in this case it should be interpreted as a move. See JcrObservationManagerTest#shouldTestNodeMovedTest_testMoveTree
- blocks
-
MODE-1397 Implement JCR Observation in 3.0
- Closed