Bug 1023927

Summary: Wrong SQLServer default jdbc connection url
Product: [JBoss] JBoss Fuse Service Works 6 Reporter: Michael Burman <yak>
Component: InstallerAssignee: Thomas Hauser <thauser>
Status: CLOSED CURRENTRELEASE QA Contact: Pavel Macik <pmacik>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 6.0.0 GACC: jsedlace, psrna, soa-p-jira
Target Milestone: ER7   
Target Release: 6.0.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
sqlresults.txt with default template none

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.