1 Reply Latest reply on Jun 28, 2004 1:30 PM by darranl

    Forking threads in EJB

    patinouche

      Is it possible to fork a new thread in a Session Stateless EJB using Thread.start() ?

      It was working with JBoss 3.2.1 but it doesn't work anymore since I migrated to 3.2.4.

      PS : i know this not a good practice but i need to do that ...