Bug 1501155

Summary: Middleware - Add new JDBC Driver - some things to improve
Product: Red Hat CloudForms Management Engine Reporter: Hayk Hovsepyan <hhovsepy>
Component: ProvidersAssignee: Mike Thompson <mithomps>
Status: CLOSED WONTFIX QA Contact: Hayk Hovsepyan <hhovsepy>
Severity: low Docs Contact:
Priority: medium    
Version: 5.9.0CC: gblomqui, hhovsepy, jfrey, jhardy, mfoley, mithomps, mmahoney, obarenbo, simaishi
Target Milestone: GAKeywords: Triaged
Target Release: cfme-future   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-01-04 15:35:13 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: Middleware Target Upstream Version:
Embargoed:

Description Hayk Hovsepyan 2017-10-12 07:23:57 UTC
Description of problem:
While adding new JDBC Driver, there are some small things needs to be changed:

1. Notification message is "JDBC Driver "XYZ" has been installed on this server.", but should be "JDBC Driver "XYZ" has been submitted to installation on this server."

2. IBM DB2 default driver class should be "com.ibm.db2.jcc.DB2Driver".

3. Sybase default driver class should be "com.sybase.jdbc4.jdbc.SybDriver".

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

Additional info:
Based on comment https://bugzilla.redhat.com/show_bug.cgi?id=1383637#c9

Comment 2 Mike Thompson 2017-10-12 16:59:29 UTC
Ok,@hayk, I have made those changes that you requested: 

https://github.com/ManageIQ/manageiq-ui-classic/pull/2376

Please review.

Comment 3 Hayk Hovsepyan 2017-10-13 07:11:32 UTC
Thank you Mike, they are exactly what I requested.