TxCheck, JTA and Spring
"Mike Perham" <[email protected]>
| Newsgroups | gmane.comp.jakarta.ojb.user |
|---|---|
| Message-ID | <[email protected]> |
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 and we just have something misconfigured?