Neustar
15 years agoOccasional Contributor
groovy jdbc connection fails in 3.6.1 but works in 3.6
I am using groovy sql call in SoapUIPro 3.6:
sql = Sql.newInstance(url,user,pass,driver);
the driver Im using is: oracle.jdbc.driver.OracleDriver., and connection string is: jdbc:oracle:thin:user/pass@host:port:sid
I have the ojdbc.jar sourced in correctly and this call works fine in Pro 3.6. but this same call fails in Pro 3.6.1 even though I have the same jar defined there too (i can see in soapui.log the jar being loaded). the error i get in 3.6.1 is "no suitable driver found....".
Also, the JDBC module of SoapUI Pro works fine in both version with same driver.
sql = Sql.newInstance(url,user,pass,driver);
the driver Im using is: oracle.jdbc.driver.OracleDriver., and connection string is: jdbc:oracle:thin:user/pass@host:port:sid
I have the ojdbc.jar sourced in correctly and this call works fine in Pro 3.6. but this same call fails in Pro 3.6.1 even though I have the same jar defined there too (i can see in soapui.log the jar being loaded). the error i get in 3.6.1 is "no suitable driver found....".
Also, the JDBC module of SoapUI Pro works fine in both version with same driver.