I’m trying to establish a connection with denodo using JDBC driver to mulesoft which is a maven based application. Mule runtime: 3.8.6 Denodo version: Denodo 7.0 update-20181011 JDBC Jar used: denodo-vdp-jdbcdriver-7.0-update-20181011.jar
Maven dependency:
<dependency>
<groupId>com.denodo</groupId>
<artifactId>denodo-vdp-jdbcdriver</artifactId>
<version>7.0</version>
</dependency>
I’m using a generic database configuration to establish connection. I’m able to maven install the jar file and add maven dependency to pom file but when I try to lead driver classes available for denodo, I’m unable to find the right driver class. The classes I see are com.denodo.util.security com.denodo.util.logging
But I’m looking for this class. com.denodo.vdp.jdbc.Driver
Please help.