0 Replies Latest reply on Sep 7, 2005 5:46 AM by daune_jf

    query-timeout not working

      Hi,

      we have a JBoss app. which is hanging for more than 15 minutes when the RDBMS becomes unreachable.

      To avoid this, I migrated to JBoss 4.0.3 and set <query-timeout> in our datasource deployer. But it does not seem to work as I don't see any behavior change.

      I see the TransactionManager's trace warning that the transaction has timed out, but it does not interrupt the blocked thread. Even with InterruptThreads set to 'true'.

      Is there a way to force JBoss to return if RDBMS is unreachable ???

      Thanks & Regards,

      J-F