Fwd: I could not use .transacted() in camel route with SpringBoot, got exception

2019-03-08 Thread Wang Yan
; not loaded because @ConditionalOnClass did not find required classes 'com.arjuna.ats.jta.UserTransaction', 'org.jboss.tm.XAResourceRecoveryRegistry' -- Forwarded message ----- From: Wang Yan Date: Thu, Mar 7, 2019 at 9:46 PM Subject: I could not use .transacted() in camel route with SpringBoot

Re: I could not use .transacted() in camel route with SpringBoot, got exception

2019-03-07 Thread Willem Jiang
AM Wang Yan wrote: > > I could not use .transacted() in camel route with SpringBoot, got exception > No bean could be found in the registry of type: PlatformTransactionManager" > Is it expected behavior for SpringBoot+Camel setup? > > below is example of the code > &

I could not use .transacted() in camel route with SpringBoot, got exception

2019-03-07 Thread Wang Yan
I could not use .transacted() in camel route with SpringBoot, got exception No bean could be found in the registry of type: PlatformTransactionManager" Is it expected behavior for SpringBoot+Camel setup? below is example of the code https://github.com/apache/camel/blob/master/components/