Hi

Read about transactions here
http://camel.apache.org/transactional-client.html

On Thu, Jan 8, 2015 at 3:58 PM, fabrizio.spataro
<fabrizio.spat...@bizmate.it> wrote:
> 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.



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
Email: cib...@redhat.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen
hawtio: http://hawt.io/
fabric8: http://fabric8.io/

Reply via email to