I am using any Java DSL based camel Route. Also using Mybatis Spring boot dependencies. With this, i am annotating my mappers, adding database properties in the application.properties file. What I was expecting to happen, 1) Springboot setup datasource and mappers, sqlsessionfactory on start-up 2) when camel route is called, and mybatis consumer is called, the setup done in (1) would allow, camel to successfully make database calls using mybatis.
thanks Rakesh -- View this message in context: http://camel.465427.n5.nabble.com/Issues-Using-Mybatis-Camel-Component-and-SpringBoot-tp5782840p5783133.html Sent from the Camel - Users mailing list archive at Nabble.com.
