[jboss-jira] [JBoss JIRA] (AS7-5343) SAR MBean attribute whose string attribute uses ${} are not replaced with sysprop values
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Sun Aug 12 10:44:15 EDT 2012
[ https://issues.jboss.org/browse/AS7-5343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Stansberry updated AS7-5343:
----------------------------------
Fix Version/s: (was: 7.1.1.Final)
Component/s: JMX
I removed the 7.1.1 Fix Version.
Eduardo, when these files are parsed, please make sure that the string replacement uses the AS security vault as a possible source of replacement values. Our integration with jboss-metadata does that for the various EE deployment descriptors; something similar should be done for this.
> SAR MBean attribute whose string attribute uses ${} are not replaced with sysprop values
> ----------------------------------------------------------------------------------------
>
> Key: AS7-5343
> URL: https://issues.jboss.org/browse/AS7-5343
> Project: Application Server 7
> Issue Type: Feature Request
> Components: JMX
> Reporter: John Mazzitelli
> Assignee: Eduardo Martins
> Labels: rhq
> Attachments: test.sar
>
>
> See the attached .sar as a test to replicate this - just deploy it in a 7.1.1.Final standalone/deployments directory and run it as explained below.
> This SAR has a String attribute. Its value is made up of some ${x} with some static text:
> <attribute name="MyStr">my.sys.prop=${my.sys.prop} jboss.home.dir=${jboss.home.dir} java.version=${java.version}</attribute>
> Start the AS7 server with the cmd line option "-Dmy.sys.prop=boo" (I also tried this with my.sys.prop=boo in a "my.properties" file and I passed in "-P my.properties" - same problem happens).
> When you look in the logs, the MBean will print out the value it gets in its setting method:
> 15:19:41,448 INFO [stdout] (MSC service thread 1-5) STR attribute being set to=my.sys.prop=${my.sys.prop} jboss.home.dir=${jboss.home.dir} java.version=${java.version}
> Notice none of the ${x} tokens are replaced. Not even the JVM sysprop "java.version" - nor the JBoss "jboss.home.dir" - nor the one I passed into AS7 (my.sys.prop).
--
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