Users of previous versions of Red Hat JBoss Enterprise Application Platform 6 found that the Web Mangement Interface did not honor placeholder names the properties
"new-connection-sql" and "connection-url" for a Datasource that contained placeholder properties.
The issue was traced to an existing issue in the TextAreaItem used by the Ballroom widget library; the TextAreaItem did not support expressions.
This support has been implemented in version 1.6.1 of the Ballroom component and has been included in this release of Red Hat JBoss Enterprise Application Platform.
DescriptionChristopher Grothe
2013-05-31 10:02:25 UTC
Description of problem:
The Management web application does not show the value of the properties
"new-connection-sql"
and
"connection-url"
for a Datasource when the value contains placeholder properties.
Version-Release number of selected component (if applicable):
How reproducible: 100%
Steps to Reproduce:
1. add a System Property
testString = "Hello World"
2a. set "new-connection-sql" = ${testString}
2b. set "connection-url" = ${testString}
Actual results:
Management web application shows no value
Expected results:
Management web application should show either the value with placeholder or the replaced value.
Additional info:
Description of problem: The Management web application does not show the value of the properties "new-connection-sql" and "connection-url" for a Datasource when the value contains placeholder properties. Version-Release number of selected component (if applicable): How reproducible: 100% Steps to Reproduce: 1. add a System Property testString = "Hello World" 2a. set "new-connection-sql" = ${testString} 2b. set "connection-url" = ${testString} Actual results: Management web application shows no value Expected results: Management web application should show either the value with placeholder or the replaced value. Additional info: