Hi

<camel:transacted /> uses TtransactionTemplate from spring-tx jar/bundle.
Try adding it to classpath/maven-dependencies.

regards
Grzegorz

p.s. I'll check your example tomorrow morning CET

2015-01-08 15:58 GMT+01:00 fabrizio.spataro <fabrizio.spat...@bizmate.it>:

> Hello,
>
> using spring DSL and tag <camel:transacted/> i have this error:
>
> *org.apache.camel.NoSuchBeanException: No bean could be found in the
> registry of type: PlatformTransactionManager*
>
> So.. i don't have any transactionManager. My connection is a simple mysql
> connection like:
>
> <bean id="mysql"
>
> class="org.springframework.jdbc.datasource.DriverManagerDataSource">
>         <property name="driverClassName" value="com.mysql.jdbc.Driver" />
>      ...........
>      ...........
> </bean>
>
> can you help me?
>
>
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/SQL-COMPONENT-mysql-transaction-tp5761111p5761462.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>

Reply via email to