[mod_cluster-issues] [JBoss JIRA] (MODCLUSTER-246) :read-attribute and :write-attribute Error in AS7

Jean-Frederic Clere (JIRA) jira-events at lists.jboss.org
Thu Jan 12 11:45:23 EST 2012


     [ https://issues.jboss.org/browse/MODCLUSTER-246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Frederic Clere resolved MODCLUSTER-246.
--------------------------------------------

    Resolution: Done


In fact it is AS7 integration bug it was fixed there a while ago.
                
> :read-attribute and :write-attribute Error in AS7
> -------------------------------------------------
>
>                 Key: MODCLUSTER-246
>                 URL: https://issues.jboss.org/browse/MODCLUSTER-246
>             Project: mod_cluster
>          Issue Type: Bug
>    Affects Versions: 1.1.3.Final
>            Reporter: Stefan Negrea
>            Assignee: Jean-Frederic Clere
>             Fix For: 1.2.0.Beta4
>
>
> :read-attribute(name=xyz) and :write-attribute(name=xyz,value=zyx) do not work in console with JBoss AS7.1 nightly builds. 
> The expectation is that :read-attribute will return the current value of the property or the default value if the property has not been set. For :write-attribute the expectation is that all the properties listed in :read-resource-description can be set. 
> The JBoss was started with the following command:
> bin/standalone.sh  --server-config=standalone-ha.xml
> Here is the current output for invoking the two operations use the advertise attribute as an example. The outcome of both operations is failed.
> [standalone at localhost:9999 subsystem=modcluster] :read-attribute(name=advertise)            
> {
>     "outcome" => "failed",
>     "failure-description" => "No known attribute advertise",
>     "rolled-back" => true
> }
> [standalone at localhost:9999 subsystem=modcluster] :write-attribute(name=advertise,value=true)
> {
>     "outcome" => "failed",
>     "failure-description" => "No known attribute called advertise",
>     "rolled-back" => true
> }

--
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 mod_cluster-issues mailing list