On Wed, Jan 14, 2009 at 2:33 PM, Gustavo Guevara <[email protected]> wrote: > When adding nodes with the same name they get added a suffix like so: > > Node's path: /toolTest:parentTest/toolTest:contractTest > Node's path: /toolTest:parentTest/toolTest:contractTest[2] > Node's path: /toolTest:parentTest/toolTest:contractTest[3] > Node's path: /toolTest:parentTest/toolTest:contractTest[4] > ...
Try to avoid same-name siblings, if possible. They got into the JCR spec because of the native XML import support, but they can cause a lot of problems (paths are not stable) and they might lead to some performance issues as well. Regards, Alex -- Alexander Klimetschek [email protected]
