Re: Need help with Camel + JPA + Atomikos

2012-05-29 Thread mikeplanamente
other remark(to simplify your config and to be more "JTA implementation" independent), I see you're using Atomikos pools... this is ABSOLUTELY not manatory, you can use dbcp. using DBCP, you'll have to provide dbcp the transactionManager parameter + driverClassName with an XA version of driver(orac

Re: Need help with Camel + JPA + Atomikos

2012-05-29 Thread mikeplanamente
It seems that Hibernate is not aware of Atomikos Transaction Manager. in previous version of Hibernate(3.5) there were parameters you had to provide that were called: hibernate.transaction.manager_lookup_class = com.atomikos.icatch.jta.hibernate3.TransactionManagerLookup hibernate.transaction.