0 Replies Latest reply on Aug 20, 2008 10:48 AM by jlemetay

    It is possible to make a method invocation from a session be

    jlemetay

      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.