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

Michal Babacek (JIRA) issues at jboss.org
Fri Aug 8 06:29:27 EDT 2014


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

Michal Babacek closed MODCLUSTER-246.
-------------------------------------



Closing. Clean-up.
At least one of the following applies:

  * the issue has been thoroughly tested as a part of one of the current releases
or
  * it hasn't occurred in ~2 years
or
  * it's utterly harmless

> :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
>      Security Level: Public(Everyone can see) 
>    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 was sent by Atlassian JIRA
(v6.2.6#6264)


More information about the mod_cluster-issues mailing list