2 Replies Latest reply on Oct 22, 2002 6:14 PM by ericcire

    Transaction timeout problem

    gwoodward

      Hi:

      I have a method in a stateful session bean which creates a transaction timeout. The transaction timeout shows up properly in the logs. However, the method just keeps running indefinitely past the timeout, and no exception is ever thrown, so my client can't deal effectively with the fact that the method is stuck. Shouldn't a method exit after a transaction timeout, or an exception of some sort be thrown?

      I am using JBoss 3.0.1 with Tomcat 4.0.4 with JDK 1.4 on Windows.

      Regards,
      Greg