Forum Discussion
SmartBear_Suppo
Alumni
15 years agoHello,
I'm guessing you are calling DB from Groovy script. Some changes regarding class loading was done in 3.6.* so to call DB from Groovy you need to:
move the jdbc driver to the lib folder
add next groovy method to the script:
so that the driver gets reloaded with the correct class loader.
Hope this helps,
robert
I'm guessing you are calling DB from Groovy script. Some changes regarding class loading was done in 3.6.* so to call DB from Groovy you need to:
move the jdbc driver to the lib folder
add next groovy method to the script:
GroovyUtils.registerJdbcDriver(....)
so that the driver gets reloaded with the correct class loader.
Hope this helps,
robert