]
Jesper Pedersen reassigned WFLY-5721:
-------------------------------------
Assignee: Stefano Maestri (was: Jesper Pedersen)
Some of attributes in datasource subsystem do not allow usage of
expressions
----------------------------------------------------------------------------
Key: WFLY-5721
URL:
https://issues.jboss.org/browse/WFLY-5721
Project: WildFly
Issue Type: Bug
Components: JCA
Affects Versions: 10.0.0.CR4
Reporter: Ondřej Chaloupka
Assignee: Stefano Maestri
Priority: Minor
Some of the properties in datasource subsystem are disabled to be set by expression. It
would be good if all attributes could be set by expression if possible.
Namely these are those which sets "expressions-allowed" as false
* driver
** driver-class-name
** driver-module-name
** driver-xa-datasource-class-name
** module-slot
** jdbc-compliant
** profile
* data-source
** allow-multiple-users
This issue came alongside with testing EAP7-467 which asks for allowing expressions in
datasource subsystem, especially for attribute 'enabled'.