Hello all,

I'm a bit confused though about the extent to which ebj3 entity beans are 
clustered and updated.

Scenario.  
We have 2 JBoss servers in a cluster.  
An application running as an mbean in server1 gets old of a reference to an 
entity bean.  
It calls ref.getMyvalue() which returns "original value".
A transaction on server2 of the cluster calls setMyvalue("new value") and 
persists the change.
Does calling ref.getMyvalue() on server1 now return "new value" ?  

thanks in advance

James

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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to