]
Tomaz Cerar updated WFLY-4464:
------------------------------
Affects Version/s: 8.2.0.Final
JDBC driver module-slot is not persisted in domain mode
-------------------------------------------------------
Key: WFLY-4464
URL:
https://issues.jboss.org/browse/WFLY-4464
Project: WildFly
Issue Type: Bug
Components: Domain Management, JCA
Affects Versions: 8.2.0.Final
Reporter: Lin Gao
Assignee: Jesper Pedersen
The module-slot of jdbc-driver is NOT persisted in domain mode, but it is persisted in
standalone mode.
After debugging, I found that the performRuntime() method of JdbcDriverAdd.java is not
called in domain mode, but is called in standalone mode.
For more information about the issue, please refer to the thread:
https://developer.jboss.org/thread/253654