Bug 1023927 - Wrong SQLServer default jdbc connection url
Summary: Wrong SQLServer default jdbc connection url
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Fuse Service Works 6
Classification: JBoss
Component: Installer
Version: 6.0.0 GA
Hardware: Unspecified
OS: Unspecified
unspecified
urgent
Target Milestone: ER7
: 6.0.0
Assignee: Thomas Hauser
QA Contact: Pavel Macik
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-28 11:04 UTC by Michael Burman
Modified: 2014-02-06 15:29 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
Type: Bug


Attachments (Terms of Use)
sqlresults.txt with default template (3.45 KB, text/plain)
2013-10-28 11:04 UTC, Michael Burman
no flags Details

Description Michael Burman 2013-10-28 11:04:22 UTC
Created attachment 816771 [details]
sqlresults.txt with default template

Description of problem: Installer presents as template the following SQL Server connection url:

jdbc:microsoft:sqlserver://SERVER_NAME:PORT;DatabaseName=DATABASE_NAME

This is however incorrect as the correct format is:

jdbc:sqlserver:// ..

http://technet.microsoft.com/en-us/library/ms378428.aspx

This was changed in the driver version 2.0, and has been like this in 3.0 and 4.0.

Version-Release number of selected component (if applicable):


How reproducible: Everytime.


Steps to Reproduce:
1. Select SQL Server driver
2. Click next
3.

Actual results:

Install will fail if one uses the provided template.

Expected results:


Additional info:

Comment 2 Thomas Hauser 2013-10-31 16:05:44 UTC
Please note that sqlserver is not a supported configuration in the beta. However, the issue with the incorrect default URL value is still valid, and has been corrected for subsequent builds.

Comment 3 Pavol Srna 2013-12-16 10:55:37 UTC
Verified in ER7 build.


Note You need to log in before you can comment on or make changes to this bug.