[jboss-jira] [JBoss JIRA] (AS7-3316) stanalonde.xml, xa-datasource/security, <user-name> cannot be parametrised
ivan khoosty (JIRA)
jira-events at lists.jboss.org
Mon Jan 16 07:01:18 EST 2012
ivan khoosty created AS7-3316:
---------------------------------
Summary: stanalonde.xml, xa-datasource/security, <user-name> cannot be parametrised
Key: AS7-3316
URL: https://issues.jboss.org/browse/AS7-3316
Project: Application Server 7
Issue Type: Bug
Components: JCA
Affects Versions: 7.1.0.CR1b
Reporter: ivan khoosty
Assignee: Jesper Pedersen
Priority: Minor
in standalone.xml, i've got a system property declared
<system-properties>
<property name="sql.user" value="sa"/>
... </system-properties>
it does not get resolved further down in datasource declaration,
...
<security>
<user-name>${sql.user}</user-name>
...
</security>
interestingly, all other properties resolve no problem, ie password, server etc.
there is a workaround (hardcode the username value!), thus setting the bug priority to minor.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list