qcfireball wrote:
Is this a concurrent class? Or will multiple Threads using a Session cause problems?
The JCR spec says: one thread per session. It may work multithreaded for some implementations, but do not rely on it if you're interested to move to a different implementation later on.
best regards, Julian
