Hi all: I have three JR instances.
Each instance - points to the same Oracle database - shares a journal folder (FileJournal) - has a unique ID - has separate index and revision folders. Scenario A: 1. Run the first instance and add a node into the repository. 2. Start the second instance and try to read that node. I get a javax.jcr.PathNotFoundException Scenario B: 1. Run all the instances. 2. From the first instance, create a Node and set an attribute for it. 3. From the second instance, try to read back that node. I get a javax.jcr.PathNotFoundException What am I possibly doing wrong here ? -- Sriram
