Hi,

I am trying to use the JBoss Cache as a MBean Service within the Weblogic and i 
have succeeded in it. I have configured the transaction look up class as 
GenericTransactionManagerLookup, and i have specified IsolationLevel as say 
READ_COMMITTED in the configuration XML file

I am very new to JBoss cache, so please excuse me if the question is very lame. 
The question that i have is, when i use the methods put and get, to put 
elements and read elements to/from the cache, do i have to explicitly call the 
locks on the Nodes or will it be taken care some where in the jBoss Cache. I am 
using the Cache only as a read only store and am not using any cache loader to 
load anything from the database through the cache. I am reading the data 
explicitly from the DB and putting into the cahce when ever i want. So i just 
wanted to know whether i have to take care of any locking if multiple threads 
are using this Cache Mbean to read data and to store data into the cache when 
the data gets invalidated.

Do let me know if you guys can help me out with this query?

Thanks,
Cheers
Rajani

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

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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to