Actually, it is supported. :-)
Just do this:
| // start transaction ...
| cache.getInvocationContext().getOptionOverrides().setForceWriteLock(true);
| Node n = cache.get("/a/b/c"); // this acquires a WRITE LOCK on this node
| ...
| ...
| // end transaction
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4188077#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...