On Fri, Sep 18, 2009 at 10:43, Gamba <[email protected]> wrote: > 10:32:01,203 ERROR [EventStateCollection] Unable to resolve path for item: > 9f3e46c9-d33d-49c0-8203-db68da6fcb54/{http://www.jcp.org/jcr/1.0}primaryType > > What does the error: ERROR [EventStateCollection] Unable to resolve path for > item ... mean? > I ask myself what the number behind the " ... path for item. XYZ" means? Is > it the UUID? I can't believe > that because my nodes are from the type nt:unstructured and not > mix:referencable.
Jackrabbit internally uses UUIDs to identify nodes (this goes down into the persistence manager). If a node is mix:referencable, that UUID is exposed as the node's UUID. Regarding your problem it could be a concurrency issue. JCR sessions are not thread safe. Regards, Alex -- Alexander Klimetschek [email protected]
