Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 363178 - Testexec refuses connection
Summary: Testexec refuses connection
Status: CLOSED INVALID
Alias: None
Product: Jubula
Classification: Technology
Component: Core (show other bugs)
Version: 1.1.0   Edit
Hardware: PC Windows 7
: P3 major (vote)
Target Milestone: Indigo SR2   Edit
Assignee: Project Inbox CLA
QA Contact: Oliver Goetz CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-08 09:41 EST by Adam Horvath CLA
Modified: 2011-11-08 09:48 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Horvath CLA 2011-11-08 09:41:44 EST
Hey,

I'm trying to run test from command line (ANT) and I'm calling the testexec.exe to do this.

It needs a parameter '-dbpw' which is in my case an empty string. But if it's empty then the testexec says missing argument value for dbpw. (It refuses connection with spaces or '' signs too.)

One solution could be to give a password for the DB, but the embedded H2 console gives no option to do this.
Even in Jubula at 'Preferences->Test->Database Connection' you can find no field to enter a password.

I'm not sure whether this is a bug or a security feature but it really blocks my job.

Thanks for your help,
Adam
Comment 1 Alexandra Schladebeck CLA 2011-11-08 09:48:13 EST
For entering the password via the command line, use two double quotes:
http://help.eclipse.org/indigo/topic/org.eclipse.jubula.client.ua.help/html/manual/node261.html

For entering the password via a configuration file, leave the tag <dbpw> empty:
http://help.eclipse.org/indigo/topic/org.eclipse.jubula.client.ua.help/html/manual/node262.html