To use the Camel JDBC component and to establish a connection with your Database, a DataSource object must be instantiated ( http://docs.oracle.com/javase/7/docs/api/javax/sql/DataSource.html). This can be done using Java Code or with the help of Spring framework instantiating the bean for you and register in a "container" of java beans that Camel can use to find the beans/java objects.
On Wed, Jul 9, 2014 at 1:53 PM, Licia <[email protected]> wrote: > I don't really understand what you mean by "data source spring > configuration". > > Maybe it's something I lack. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Configuring-database-with-jdbc-tp5753574p5753583.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io
