[jboss-jira] [JBoss JIRA] (AS7-3216) Web services extension does not register write-attribute handlers for any attributes
Richard Opalka (Closed) (JIRA)
jira-events at lists.jboss.org
Mon Jan 9 09:02:12 EST 2012
[ https://issues.jboss.org/browse/AS7-3216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Richard Opalka closed AS7-3216.
-------------------------------
Assignee: Richard Opalka (was: Alessio Soldano)
Fix Version/s: (was: 7.1.0.Final)
Resolution: Rejected
There're no attributes in whole WS extension so this is correct.
> 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: Domain Management, Web Services
> Affects Versions: 7.1.0.CR1b
> Reporter: Brian Stansberry
> Assignee: Richard Opalka
> Priority: Blocker
>
> 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