Re: sql component using spring-boot datasource

2016-12-19 Thread Antonin Stefanutti
driver-class-name: com.mysql.jdbc.Driver >> >> On mvn spring-boot:run I get >> Failed to resolve endpoint: >> sql://select%20*%20from%20o365investigations.auditaad%20where%20status=0 due >> to: DataSource must be configured -> [Help 1] >> >> I initia

Re: sql component using spring-boot datasource

2016-12-19 Thread Claus Ibsen
initially had dataSource=dataSource in the url but changed it to > #dataSource based on a post i saw trawling for a solution by Mr Ibsen. > Either way gives me the same error. > > Please help, > > Thanks > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/sql-component-using-spring-boot-datasource-tp5791719.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen - http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2

sql component using spring-boot datasource

2016-12-19 Thread Launcelot
om%20o365investigations.auditaad%20where%20status=0 due to: DataSource must be configured -> [Help 1] I initially had dataSource=dataSource in the url but changed it to #dataSource based on a post i saw trawling for a solution by Mr Ibsen. Either way gives me the same error. Please help, T