Buschfunk
13 years agoFrequent Contributor
Cannot use HSQLDB JDBC driver
Affects version: soapUI Pro 4.5.1
OS: Windows XP SP3
Database: HyperSQL (HSQLDB)
Here are the steps to reproduce this behavior. At least that's what I have done
What happens is an exception that no suitable driver was found though I have copied the .jar file to the ext folder. Please note that there is a HSQLDB JDBC template by default but this points to a driver called org.hsqldb.jdbcDriver which is not the one as contained in the original package.
Using another SQL client I can connect to the database.
OS: Windows XP SP3
Database: HyperSQL (HSQLDB)
Here are the steps to reproduce this behavior. At least that's what I have done

- Download latest version 2.2.8 from HSQLDB and setup a database server.
- Copy the hsqldb.jar to soapUI's bin\ext folder.
- Create a new JDBC Template with the following content:
- HypersonicSQL/org.hsqldb.jdbc.JDBCDriver
- jdbc:HypersonicSQL:hsql://localhost:9001/myTestDB?user=username?password=password
- Restart soapUI.
- Test the JDBC connection.
What happens is an exception that no suitable driver was found though I have copied the .jar file to the ext folder. Please note that there is a HSQLDB JDBC template by default but this points to a driver called org.hsqldb.jdbcDriver which is not the one as contained in the original package.
Using another SQL client I can connect to the database.