Hi, 2009/6/5 Dominik Süß <[email protected]>: > doesn't that mean I never can be sure I'll get a proper result when > searching for the path of a node?
as Alex already indicated, the JCR path of a node is always handled correctly. but if you store an (arbitrary) path string in a property, then you will get into trouble when moving a node, as those properties are not automatically updated on descendants of the moved node. if you do that manually in your application then you're of course fine and can use your analyzer and queries. regards marcel
