[jboss-jira] [JBoss JIRA] (AS7-3216) Web services extension does not register write-attribute handlers for any attributes

Brian Stansberry (Created) (JIRA) jira-events at lists.jboss.org
Fri Jan 6 12:21:09 EST 2012


Web services extension does not register write-attribute handlers for any attributes
------------------------------------------------------------------------------------

                 Key: AS7-3216
                 URL: https://issues.jboss.org/browse/AS7-3216
             Project: Application Server 7
          Issue Type: Bug
          Components: Web Services
    Affects Versions: 7.1.0.CR1b
            Reporter: Brian Stansberry
            Assignee: Alessio Soldano
             Fix For: 7.1.0.Final


Any attribute that is stored in the persistent configuration (standalone/domain.xml) needs to have be registered via ManagementResourceRegistration.registerReadWriteAttribute(...). This allows the configuration to be updated without forcing the user to edit xml.

If the change to the attribute cannot be immediately reflected in the runtime, then pass an instance of org.jboss.as.controller.ReloadRequiredWriteAttributeHandler to registerReadWriteAttribute as the value for the "writeHandler" parameter.

--
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