0 Replies Latest reply on Feb 13, 2002 4:43 AM by sojka

    create instance EJB on start server

    sojka

      Hi,
      is it possible that after every deploy, or start JBoss, EJB container create instance my Statless Session Bean (without any request from client side)?
      Servlets have property in web.xml file:
      <load-on-startup>1</load-on-startup>
      is it something similar for EJB (Statless SB)?
      regards
      Dawid