Atomikos Forum |
|
Hi,
I'm using Spring to configure Atomikos, and use @Transactional annotations to configure the transaction timeout. However, Atomikos wants to handle timeouts, and if I don't give the UserTransactionManager a timeout period, it defaults to 10 seconds. Is there a way to tell Atomikos to not worry about transactions timeouts, and let Spring handle it instead? Thanks, Daniel |