Hi all
Are there some problems in jackrabbit with checkin() method?
My code:
....
Node tmpNode = node.addNode("tmpNodeName", "nt:unstructured");
tmpNode.addMixin("mix:versionable");
node.save();
....
tmpNode.checkin()
If this part of code had exetuded by 1 thread - all OK.
But if this code had exetuded by 2 threads the programm is hanging...
Other operations like addnode passed OK in multi threaded mode.
Any ideas?
Thanks.-- View this message in context: http://www.nabble.com/checkin%28%29-method-and-multi-threading-tf3652384.html#a10202901 Sent from the Jackrabbit - Users mailing list archive at Nabble.com.
