Re: TxCheck, JTA and Spring

2006-09-21 Thread Armin Waibel
Hi Mike, Mike Perham wrote: We are using Spring and JTA in container to manage transactional DAOs. We have TxCheck enabled and when one of our transactional DAOs is called in JBoss, we get a No running tx found... message. Should we disable the TxCheck since we are not using PB transactions or

TxCheck, JTA and Spring

2006-09-19 Thread Mike Perham
We are using Spring and JTA in container to manage transactional DAOs. We have TxCheck enabled and when one of our transactional DAOs is called in JBoss, we get a No running tx found... message. Should we disable the TxCheck since we are not using PB transactions or does TxCheck handle this case