0 Replies Latest reply on May 4, 2004 1:37 PM by gogineni

    Static Initializers in EJB

    gogineni

      Hi,

      My EJB has a static initializer which causes the very first request to the EJB to fail. Is there anyway to force the class to be loaded as soon as the EJB is deployed in JBOSS?

      Ive looked through the Forums and found a suggestion that says write an MBean. Is there another way to specify the preload?

      Pratima