[
https://issues.jboss.org/browse/WFLY-2334?page=com.atlassian.jira.plugin....
]
jaikiran pai commented on WFLY-2334:
------------------------------------
You mention AS 7.1.1.Final in your description whereas this bug is marked for 8.0.0.Beta1.
Which exact version are you using? If you are using 7.1.1.Final, then please try a later
version, since from what I remember, the system property expansion in deployment
descriptors was done post 7.1.1.Final.
EL expansion broken in persistence.xml
--------------------------------------
Key: WFLY-2334
URL:
https://issues.jboss.org/browse/WFLY-2334
Project: WildFly
Issue Type: Bug
Affects Versions: 8.0.0.Beta1
Environment: OSX, jdk 1.7.0_21
Reporter: Ken H
When testing migration from Jboss AS 7.1.1, EL evaluation in persistence.xml no longer
functions. I had been using this to change the jta-data-source name for specific
environments using environment variables.
{code}
<jta-data-source>java:/myds/datasources/${datasource.name:myds}</jta-data-source>
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira