Bruce,

The key thing is there is only one copy of the object.  If one thread makes a 
change to the object, and code executing in another thread has a reference to 
that object, the 2nd thread immediately sees changes made by the 1st.

An ordinary object is not a transactional resource; if changes are made to it 
during a tx, and the tx rolls back, the changes will only be reversed if the 
application that made them detects the rollback and reverses the changes.

Any other thread with a reference to the same object would see any changes 
immediately.

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

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


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to