Forum Discussion
laranja
14 years agoNew Contributor
Ok, I found the answer.
Apart from copying the library .jar file to soapui/bin/ext you need to add:
in your code before using groovy.sql.Sql.
Excuse me for posting 3 posts one after another, I have already asked forum admin to delete them.
However I think that it would be a good idea to mention registerJdbcDriver in ServiceMocking guide.
Apart from copying the library .jar file to soapui/bin/ext you need to add:
com.eviware.soapui.support.GroovyUtils.registerJdbcDriver("org.sqlite.JDBC")in your code before using groovy.sql.Sql.
Excuse me for posting 3 posts one after another, I have already asked forum admin to delete them.
However I think that it would be a good idea to mention registerJdbcDriver in ServiceMocking guide.