Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 370697 - Import with dbtool in H2 database: SQLException: No suitable driver found
Summary: Import with dbtool in H2 database: SQLException: No suitable driver found
Status: CLOSED INVALID
Alias: None
Product: Jubula
Classification: Technology
Component: Tools (show other bugs)
Version: 1.1.0   Edit
Hardware: PC All
: P3 critical (vote)
Target Milestone: Indigo SR2   Edit
Assignee: Project Inbox CLA
QA Contact: Oliver Goetz CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-06 05:17 EST by Felix Ziesel CLA
Modified: 2012-02-06 05:24 EST (History)
1 user (show)

See Also:


Attachments
Command and stack trace (2.91 KB, text/plain)
2012-02-06 05:17 EST, Felix Ziesel CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.