The JBossCache product allows you to share data between instances.
The EJB spec doesn't define a session context like that. State is normally kept within
the DB, and EJBs are fetched when data is needed.
Usually, what people do to pro-actively notify is use MDBs and send messages to pass
around information.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4004112#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...