[jboss-jira] [JBoss JIRA] (AS7-2848) JacORB management attributes should be read-write
Brian Stansberry (Assigned) (JIRA)
jira-events at lists.jboss.org
Thu Jan 5 15:05:09 EST 2012
[ https://issues.jboss.org/browse/AS7-2848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Stansberry reassigned AS7-2848:
-------------------------------------
Assignee: Tomaz Cerar (was: Brian Stansberry)
Tomaz, can you take a look at this?
I think this should be a matter of registering ReloadRequiredWriteAttributeHandler for all the attributes. This subsystem has 1 resource with a big long list of attributes.
Potentially some attributes could be immediately changed in the runtime service (I have no idea which, and quite possibly none could be) but looking into that is a post-7.1.0.Final task
If possible it would be nice to convert this subsystem to use ResourceDefinition, but that's better done after 7.1.0.Final since we have much more critical things to do.
> JacORB management attributes should be read-write
> -------------------------------------------------
>
> Key: AS7-2848
> URL: https://issues.jboss.org/browse/AS7-2848
> Project: Application Server 7
> Issue Type: Task
> Components: Domain Management, IIOP
> Affects Versions: 7.1.0.Beta1
> Reporter: David Bosschaert
> Assignee: Tomaz Cerar
> Priority: Critical
> Fix For: 7.1.0.Final
>
>
> All the configuration values for jacorb are read-only. This means that the console can display them but not edit them. They should be made read-write. If the subsystem cannot react to value changes it can signal this through a 'restart required' response.
> {code}subsystem=jacorb] :read-resource-description(recursive=true)
> {
> "outcome" => "success",
> "result" => {
> "description" => "The JacORB subsystem configuration.",
> "head-comment-allowed" => true,
> "tail-comment-allowed" => true,
> "namespace" => "urn:jboss:domain:jacorb:1.1",
> "attributes" => {
> "name" => {
> "type" => STRING,
> "description" => "The name of the running ORB.",
> "expressions-allowed" => false,
> "nillable" => true,
> "default" => "JBoss",
> "min-length" => 1L,
> "max-length" => 2147483647L,
> "access-type" => "read-only",
> "storage" => "configuration"
> },
> "print-version" => {
> "type" => STRING,
> "description" => "Indicates whether the version number should be printed during ORB startup (on) or not (off).",
> "expressions-allowed" => false,
> "nillable" => true,
> "default" => "off",
> "min-length" => 1L,
> "max-length" => 2147483647L,
> "access-type" => "read-only",
> "storage" => "configuration"
> },
> ... and so on...
> {code}
--
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