On Tue, Jul 7, 2009 at 12:20 PM, Nigel Sim<[email protected]> wrote: > In my use case for Jackrabbit I do not have a direct use for paths. I just > have object with properties and relationships which I want to store, and > later retrieve via searching those attributes.
If you really want to do this, I don't think JCR is the right choice for you. But I strongly suggest to look for hierarchical structures in your data from which you can build the paths. > Is there a way/class/factory I can use to auto generate a unique path > property? No, because paths should always make sense to the developer/user. Regards, Alex -- Alexander Klimetschek [email protected]
