[JBoss-user] [JCA/JBoss] - Re: keep getting tx marked for rollback error

2005-03-21 Thread [EMAIL PROTECTED]
"berkgypsy" wrote : Is there any way I can avoid having these transactions timeout? Yes, figure out what is taking so long or not responding. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871031#3871031 Reply to the post : http://www.jboss.org/index.html?mo

[JBoss-user] [JCA/JBoss] - Re: keep getting tx marked for rollback error

2005-03-17 Thread berkgypsy
I think you are right that it is due to tx timeouts. And it looks like transactions time out when I startup JBoss with a lot of JMS messages in the queue (using oracle for jms persistence). Is there any way I can avoid having these transactions timeout? View the original post : http://www.jb

[JBoss-user] [JCA/JBoss] - Re: keep getting tx marked for rollback error

2005-03-11 Thread [EMAIL PROTECTED]
I can see a number of problems with your code 1) If by outside an EJB you mean a servlet you should use java:comp/UserTransaction (although in JBoss there is no difference it optimizes away the client transaction to the server user transaction) 2) Some of the status checking is wrong 3) The commi