[jboss-user] [JCA/JBoss] - Re: Handling JBoss transaction Timeout ?

vickyk do-not-reply at jboss.com
Tue Oct 16 06:59:28 EDT 2007


I don't know what makes you post this to the JCA forums , this should be asked in the Transaction forums .
Coming to your question you can try few things 
1)  Have you tried setting the timeout at the component level ie changing timeout setting in the jboss-service.xml in the EJB ?
2) You can explicitily set the transaction timeout value in some application specific configuration file which will later be used by UserTransaction.setTransactionTimeout(..) 
 http://java.sun.com/j2ee/sdk_1.3/techdocs/api/index.html
In this case you will be using Application Managed Transaction 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4095557#4095557

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4095557



More information about the jboss-user mailing list