[jboss-jira] [JBoss JIRA] (WFLY-3078) directory-grouping configuration is not getting persisted via CLI when no servers defined

Jay Kumar SenSharma (JIRA) issues at jboss.org
Thu Mar 6 21:39:33 EST 2014


Jay Kumar SenSharma created WFLY-3078:
-----------------------------------------

             Summary: directory-grouping configuration is not getting persisted via CLI when no servers defined
                 Key: WFLY-3078
                 URL: https://issues.jboss.org/browse/WFLY-3078
             Project: WildFly
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: CLI
    Affects Versions: 8.0.0.Final
         Environment: All Operating System
            Reporter: Jay Kumar SenSharma
            Assignee: Alexey Loubyansky


- If none of the servers are defined in "host.xml" (means <servers></servers> empty tag is present) and if the user tries to run the following CLI command to change the "directory-grouping" to  "by-type"  then the value is not persisted in the configuration file (host.xml) and the <servers></servers>  tag is also removed from the host.xml
{code}
/host=master/:write-attribute(name=directory-grouping,value=by-type)
{code}

- The value of "directory-grouping" is stored "in memory" so this change does not survive the host restart.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list