Bug 969369
| Summary: | Management web application does not show property values with placeholders | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Christopher Grothe <christopher.grothe> |
| Component: | Web Console | Assignee: | Heiko Braun <hbraun> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.1.0 | CC: | brian.stansberry |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-06-05 08:32:31 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
*** This bug has been marked as a duplicate of bug 969368 *** |
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: