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

Bug 363178

Summary: Testexec refuses connection
Product: [Technology] Jubula Reporter: Adam Horvath <adamhorvath88>
Component: CoreAssignee: Project Inbox <jubula.core-inbox>
Status: CLOSED INVALID QA Contact: Oliver Goetz <Oliver.Goetz>
Severity: major    
Priority: P3 CC: alexandra.schladebeck
Version: 1.1.0   
Target Milestone: Indigo SR2   
Hardware: PC   
OS: Windows 7   
Whiteboard:

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