according to EJB 3 in action, the syncing happens at any of the following times (depends
on app server implementation of syncing/caching):
1) end of EJB transaction
2) end of EJB method
3) when EJB container shuts down (node fails)
so of these 3 possibilities, what does JBoss do?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179189#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...