ContributionsMost RecentMost LikesSolutionsRe: Add Derby JDBC Driver/Database Configuration I used "derbyclient-10.12.1.1.jar" and was able to successfully connect with a derby database. Re: Add Derby JDBC Driver/Database Configuration Thank you, this was the solution to my issue. Also making sure the naming of the JDBC driver is key! Tanya, I did restart, but the problem wasn't just making sure the physical jar file was present in the folder location but was to run the configuration steps to add the new JDBC driver. This is not an automated process, but one that requires manual configuration. Add Derby JDBC Driver/Database Configuration I am testing out SoapUI NG Pro and Ready API 1.8.0 and I am attempting to add a new JDBC driver for Derby (10.12.1.1). I have added the JAR file in the ReadyAPI-1.8.0\bin\ext folder but how do I see the JDBC driver as an option in the drop down menu when configuring a new database connection? I am attempting to add a DataSource test step in a test case. There doesn't seem to be an error, but the Derby JDBC is not present in the drop down. Solved