Hi all,
I'm trying to connect Rapid SQL to my "database" (A Denodo server).
I need to create a Generic JDBC connection and use the Denodo driver, which has dependencies with Apache Commons-Lang 2.6.
Here are the different scenarios I've found:
1. On the Generic JDBC config dialog, if under Driver Archives I choose the driver with the dependencies (the JAR includes commons-lang-2.6.jar) the connection doesn't work, as Rapid SQL can't find an implementation for the commons-lang-2.6 classes (seems like it's ignoring the loaded library)
2. If in Driver Archives I add the two JARs separately (the driver and the right version of commons-lang) I get the same behavior.
3. If I replace the commons-lang-2.2.jar from the Rapid SQL classpath and add the 2.6, the connection works fine.
Is there a way to set this up so I don't have to tamper with the classpath of all of our Rapid SQL installations?
Thanks in advance,
Ruben