As Fuse ESB is an OSGI platform, the jar file should be deployed as bundles using osgi:install command on karaf ( http://karaf.apache.org/manual/latest-2.3.x/commands/osgi-install.html). A feature file exist to deploy the camel bundles so normally you should use features:install camel-jdbc or camel-sql if you use camel with Spring for SQL
On Wed, May 7, 2014 at 8:33 AM, Shiv <[email protected]> wrote: > Since I am using Fuse ESB 5.3.0, I have copied sqljdbc.jar, > org.springframework.jdbc-2.5.6.jar and camel-jdbc-2.2.0.jar to FUSE > HOME/lib > folder. > > Is this is not the right location or do we need more jars? > > Thanks > Shiv > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/java-lang-NullPointerException-in-Camel-JDBC-component-for-Select-statement-tp5750783p5750941.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
