Bugzilla will be upgraded to version 5.0 on a still to be determined date in the near future. The original upgrade date has been delayed.
Bug 1213642 - [GSS](6.4.z) JDBC driver module-slot is not persisted in domain mode
[GSS](6.4.z) JDBC driver module-slot is not persisted in domain mode
Status: CLOSED CURRENTRELEASE
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Domain Management, JCA (Show other bugs)
6.4.0
Unspecified Unspecified
high Severity unspecified
: CR1
: EAP 6.4.3
Assigned To: Lin Gao
Martin Simka
: Reopened
Depends On:
Blocks: 1231259
  Show dependency treegraph
 
Reported: 2015-04-20 21:04 EDT by Lin Gao
Modified: 2017-01-17 05:43 EST (History)
7 users (show)

See Also:
Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
Environment:
Last Closed: 2017-01-17 05:43:50 EST
Type: Bug
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Category: ---
oVirt Team: ---
RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: ---


Attachments (Terms of Use)


External Trackers
Tracker ID Priority Status Summary Last Updated
JBoss Issue Tracker WFLY-4464 Major Resolved JDBC driver module-slot is not persisted in domain mode 2017-03-22 08:20 EDT

  None (edit)
Description Lin Gao 2015-04-20 21:04:49 EDT
Description of problem:


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


How reproducible:

Suppose you have a jdbc driver module: 'oracle.jdbc' with slot: '11.1'

Steps to Reproduce:
1. Start EAP 6.4 in domain mode: bin/domain.sh
2. Start EAP 6 CLI console: bin/jboss-cli.sh -c
3. Run:

/profile=full/subsystem=datasources/jdbc-driver=oracle11.1:add(driver-name=oracle11.1,driver-module-name=oracle.jdbc,driver-xa-datasource-class-name=oracle.jdbc.xa.client.OracleXADataSource,module-slot=11.1)

Actual results:
 <driver name="oracle11.1" module="oracle.jdbc">
      <xa-datasource-class>
         oracle.jdbc.xa.client.OracleXADataSource
      </xa-datasource-class>
 </driver>

 is persisted in domain.xml

Expected results:
 <driver name="oracle11.1" module="oracle.jdbc:11.1">
      <xa-datasource-class>
         oracle.jdbc.xa.client.OracleXADataSource
      </xa-datasource-class>
 </driver>

 is persisted in domain.xml

Additional info:

  The inconsistent persistence will lead to wrong module:slot used after server restarted.
Comment 2 Jan Martiska 2015-07-30 08:33:54 EDT
Verified in EAP 6.4.3.CR1.
Comment 3 Petr Penicka 2017-01-17 05:41:17 EST
Retroactively bulk-closing issues from released EAP 6.4 cummulative patches.
Comment 4 Petr Penicka 2017-01-17 05:41:38 EST
Retroactively bulk-closing issues from released EAP 6.4 cumulative patches.
Comment 5 Petr Penicka 2017-01-17 05:43:50 EST
Retroactively bulk-closing issues from released EAP 6.4 cumulative patches.

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