Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 363560 - JDBC Connection string not excepted by Scout
Summary: JDBC Connection string not excepted by Scout
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Scout (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-11 03:46 EST by Bertin Kiekebosch CLA
Modified: 2021-08-19 11:18 EDT (History)
2 users (show)

See Also:


Attachments

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