Thank you. 
I though I was being careful about the deadlock because (I thought that) I was 
putting each object in a new node by giving it an exclusive key.

If I use....

put("/REGIONA", "key1", Object1) 
and 
put("/REGIONA", "key2", Object2)

Is there a potential lock because they are both in the same path?
and if so will changing to....
put("/REGIONA/key1", "key1", Object1) 
and 
put("/REGIONA/key2", "key2", Object2)  

....solve the deadlock?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878004#3878004

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878004


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to