2 Replies Latest reply on Mar 9, 2010 3:21 AM by anuforwork

    Listener when EJB is deployed

    anuforwork

      I'm using JBoss6 and EJB3 to build an application that consists of MDBs and Stateless session beans. For this application, I need to initialize some data in the database(using a session bean) when the application is loaded. Is there any listener class that I can implement so that I can call a stateless EJB from the listener.