In order to avoid polling from an object running in the servlet container (tomcat) to a
session bean running in the EJB container, I would like to notify a message (i.e. a simple
status change message) from a session bean to another object living in a servlet
container.
Question : is it possible to invoke a method from a session bean living in the EJB
container to another object living in a servlet container under the same JVM?
Thank you for any help.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4171527#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...