]
RH Bugzilla Integration commented on WFLY-2160:
-----------------------------------------------
Vaclav Tunka <vtunka(a)redhat.com> changed the Status of [bug
Allow Expression for datasource subsystem enabled property
----------------------------------------------------------
Key: WFLY-2160
URL:
https://issues.jboss.org/browse/WFLY-2160
Project: WildFly
Issue Type: Bug
Components: Domain Management, JCA
Affects Versions: 8.0.0.Alpha4
Reporter: Steven Rose
Assignee: Stefano Maestri
Priority: Minor
Labels: wildfly
Currently the datasource sub system does not allow expressions. I would like to be able
to do this: <datasource jta="true" jndi-name="java:/ds1DS"
pool-name="ds1DS" enabled="${ds1.enabled}"
use-java-context="true" use-ccm="true"> and set the ds1.enabled
property via a properties file.