Hello, I just realized following behaviour in node naming when I use the same node name for children. Say I have 2 nodes with the same name. Then Jackrabbit uses following path to distinguish them: /path/node and /path/node[1]. If I delete first node '/path/node' then node originally with absolute path '/path/node[1]' will now have absolute path '/path/node'.
It means I cannot use path '/path/node[1]' to locate second node. I must use either jcr:uuid or use unique node names for my nodes Am I right? Thanks Marek
