Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 370697

Summary: Import with dbtool in H2 database: SQLException: No suitable driver found
Product: [Technology] Jubula Reporter: Felix Ziesel <Felix.Ziesel>
Component: ToolsAssignee: Project Inbox <jubula.tools-inbox>
Status: CLOSED INVALID QA Contact: Oliver Goetz <Oliver.Goetz>
Severity: critical    
Priority: P3 CC: alexandra.schladebeck
Version: 1.1.0   
Target Milestone: Indigo SR2   
Hardware: PC   
OS: All   
Whiteboard:
Attachments:
Description Flags
Command and stack trace none

Description Felix Ziesel CLA 2012-02-06 05:17:25 EST
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).
Comment 1 Alexandra Schladebeck CLA 2012-02-06 05:24:45 EST
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.