1 Reply Latest reply on Oct 9, 2003 12:54 AM by jonlee

    backgroud thread

    normal

      I need to do something in the jboss server periodically.
      I know user can't create thread in the j2ee server, then how can i do that?

      I can run another process, which will notify a message-driven bean in jboss periodically, then the bean will do something.
      is that the only solution?