[embjopr-issues] [JBoss JIRA] Created: (EMBJOPR-350) Unable to Unset configuration values for managed resources

Larry O'Leary (JIRA) jira-events at lists.jboss.org
Mon Nov 1 16:12:56 EDT 2010


Unable to Unset configuration values for managed resources
----------------------------------------------------------

                 Key: EMBJOPR-350
                 URL: https://jira.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
            Priority: Critical


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 contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the embjopr-issues mailing list