]
Jesper Pedersen reassigned WFLY-5625:
-------------------------------------
Assignee: Stefano Maestri (was: Jesper Pedersen)
<datasource-class> in <driver> is ignored
-----------------------------------------
Key: WFLY-5625
URL:
https://issues.jboss.org/browse/WFLY-5625
Project: WildFly
Issue Type: Bug
Components: JCA
Reporter: Martin Simka
Assignee: Stefano Maestri
Priority: Critical
{code:xml}
<driver name="oracle-ucp" module="com.oracle.ucp">
<xa-datasource-class>[class]</xa-datasource-class>
<datasource-class>[class]</datasource-class>
</driver>
{code}
datasource-class setting is ignored and Driver class is used instead, DataSource class
should have priority over Driver if defined
<datasource-class> in <datasource> works