[
https://issues.jboss.org/browse/EMBJOPR-350?page=com.atlassian.jira.plugi...
]
RH Bugzilla Integration commented on EMBJOPR-350:
-------------------------------------------------
Heiko W. Rupp <hrupp(a)redhat.com> made a comment on [bug
694660|https://bugzilla.redhat.com/show_bug.cgi?id=694660]
Bulk closing of old issues that are in VERIFIED state.
Unable to Unset configuration values for managed resources
----------------------------------------------------------
Key: EMBJOPR-350
URL:
https://issues.jboss.org/browse/EMBJOPR-350
Project: Embedded Jopr
Issue Type: Bug
Components: Web App/Integration
Affects Versions: 1.3.4
Environment: JBoss EAP 5.1.0 admin-console (Embeeded JOPR 1.3.4.SP1)
Reporter: Larry O'Leary
Assignee: Ian Springer
Priority: Blocker
Fix For: 1.3.4
Configuration values can not be unset. For example, setting a datasource's
"Check Valid Connection SQL" to a string, saving the configuration and then
reverting back to the default by checking the "Unset" check-box next to the
property, the string is retained after save and the Unset has no affect.
This appears to be an issue with the UI not updating the Configuration object for the
resource. In order for the
org.jboss.on.embedded.ui.configuration.resource.ResourceConfigurationUIBean.updateConfiguration()
method to actually push the configuration change into ProfileService as being
"Unset" the value of the unset input field must be <null>. In the current
case, it retains the old value and has no indication that it is "Unset".
This appears to be the same (or similar) to JBNADM-2643
(
https://jira.jboss.org/browse/JBNADM-2643).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira