[jboss-jira] [JBoss JIRA] (AS7-3316) stanalonde.xml, xa-datasource/security, <user-name> cannot be parametrised
Kabir Khan (JIRA)
jira-events at lists.jboss.org
Thu Jan 26 07:41:49 EST 2012
[ https://issues.jboss.org/browse/AS7-3316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12662139#comment-12662139 ]
Kabir Khan commented on AS7-3316:
---------------------------------
The @Ignored tests are part of DataSourceOperationsUnitTestCase in https://github.com/jbossas/jboss-as/pull/1217
> 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: Stefano Maestri
> Priority: Minor
> Labels: datasource, jboss7, standalone
>
> 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