Community
Participate
Working Groups
Created attachment 210562 [details] Command and stack trace Because we don´t want to use an oracle db in our project, I tried to import a jubula project via dbtool in the H2 database. (The project is compatible to the Current jubula version, but the import target is Jubula 1.1.0.) If I start the import manually everything is ok. Using dbtool causes a SQLException: 'No suitable driver found' (see attached stack trace).
The problem is an incorrect username for the embedded database. Instead of "" it should be sa. This was documented in the user manual for the test exec tool, and has since been documented for the dbtool, so that the next version of the documentation will have a link to the username and password for the embedded database.