Just for a test, did you try to add the jdbc driver as Private-Package ? I think the JDBC driver is not in the classloader and so it's not found when you do Class.forName().
You have to use explicitly import the jdbc driver package or better to define the datasource externally (using Karaf jdbc feature for instance). Regards JB On 05/10/2018 14:37, munishgupta.asr wrote: > yes exactly like that > > > > -- > Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html > -- Jean-Baptiste Onofré [email protected] http://blog.nanthrax.net Talend - http://www.talend.com
