Bug 1018864 - Wrong XA classname for Sybase JConn jdbc driver
Summary: Wrong XA classname for Sybase JConn jdbc driver
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Installer
Version: 6.2.0
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ER7
: EAP 6.2.0
Assignee: Francisco Canas
QA Contact: Petr Kremensky
Russell Dickenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-14 14:38 UTC by Petr Kremensky
Modified: 2014-09-03 04:57 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-12-15 16:19:24 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Petr Kremensky 2013-10-14 14:38:17 UTC
Description of problem:
 There is wrong XA Classname for Sybase JConn JDBC driver.

Version-Release number of selected component (if applicable):
 EAP 6.2.0.ER5

How reproducible:
 Always

Steps to Reproduce:
 1. Run gui installer, use default values until you get to Post-install Configuration screen.
 2. Select to install JDBC driver here.
 3. On JDBC Driver Setup screen choose Sybase JConn as Driver Vendor.

Actual results:
 XA Classname = com.sybase.jconn.jdbc4.jdbc.SybXADataSource

Expected results:
 XA Classname = com.sybase.jdbc4.jdbc.SybXADataSource

Additional info:
 http://pic.dhe.ibm.com/infocenter/wasinfo/v8r0/index.jsp?topic=%2Fcom.ibm.websphere.nd.multiplatform.doc%2Finfo%2Fae%2Fae%2Frdat_minreqsybase.html

Comment 1 Petr Kremensky 2013-10-15 05:41:35 UTC
Same with Oracle:
Expected 
 oracle.jdbc.xa.client.OracleXADataSource
Actual   
 oracle.jdbc.xa.OracleXADataSource

Comment 2 Francisco Canas 2013-10-15 13:43:49 UTC
I've corrected the XA Classname to the expected value as noted above.

See commit for details:
http://git.app.eng.bos.redhat.com/jbossas-installer.git/commit/?h=eap-6.2&id=8d06259f846be18a7eedb614ca1c87e0ab136adc

Comment 3 Francisco Canas 2013-10-17 13:27:10 UTC
I noticed during smoke tests last night that the oracle XA Classname mentioned in Comment 1 is not corrected.

Comment 5 Petr Kremensky 2013-11-01 12:59:25 UTC
Verified on EAP 6.2.0.ER7 installer.


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