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

Bug 363560

Summary: JDBC Connection string not excepted by Scout
Product: z_Archived Reporter: Bertin Kiekebosch <bertinrid>
Component: ScoutAssignee: Project Inbox <scout.sdk-inbox>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: jeremie.bresson, mvi
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Bertin Kiekebosch CLA 2011-11-11 03:46:31 EST
to make a connection with my MS SQLServer database I have to enter the following JDBCMappingName

@Override
protected String getConfiguredJdbcMappingName() {
return "jdbc:sqlserver://localhost:1433;databaseName=MY_DATABASE";
}

If I open the Scout Object Properties Editor on the SQLService I get an error in this editor "Unaccepted value"

It won't accept the semicolon ";" between the port number and the databaseName.

The application works properly with the connection string provided in the source code
Comment 1 Jeremie Bresson CLA 2011-11-11 04:57:13 EST
Related discussion in the forum

http://www.eclipse.org/forums/index.php/m/756155/
Comment 2 Matthias Villiger CLA 2012-01-21 13:40:51 EST
fixed for juno
Comment 3 Matthias Zimmermann CLA 2012-07-09 06:49:03 EDT
ticket closed.
deliverd as part of eclipse scout 3.8.0 (juno release train)