[jboss-user] [EJB/JBoss] - Re: Need help with timeouts

2007-02-08 Thread eharoldw
Thanks for confirming my sanity. At least I understand what is happening with that approach and know it will not work. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4013340#4013340 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: Need help with timeouts

2007-02-07 Thread jaikiran
How about this http://wiki.jboss.org/wiki/Wiki.jsp?page=TransactionTimeout View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012527#4012527 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4012527

[jboss-user] [EJB/JBoss] - Re: Need help with timeouts

2007-02-07 Thread eharoldw
Thanks. I had looked at this one, but when I use this suggestion, I see a warning logged in my log file about the transaction timing out, but the ping still takes 10 seconds to return. I'm not sure what is being timed out, but it does not seem to be the ping method. View the original post :

[jboss-user] [EJB/JBoss] - Re: Need help with timeouts

2007-02-07 Thread jaikiran
I get what you are saying. You are expecting a exception to be thrown when the transaction times out. Thats not going to happen. JBoss will just mark the transaction for rollback and log a WARN message (which you are already seeing) when a transaction times out. However after the transaction