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