[jboss-jira] [JBoss JIRA] (WFLY-3154) Operation which require server reload should check if something was changed

Emmanuel Hugonnet (JIRA) issues at jboss.org
Mon Mar 24 09:33:13 EDT 2014


Emmanuel Hugonnet created WFLY-3154:
---------------------------------------

             Summary:  Operation which require server reload should check if something was changed
                 Key: WFLY-3154
                 URL: https://issues.jboss.org/browse/WFLY-3154
             Project: WildFly
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
          Components: Domain Management
    Affects Versions: 8.0.0.Final
            Reporter: Emmanuel Hugonnet
            Assignee: Emmanuel Hugonnet


Description of problem:
Server reload is required even if nothing was actually changed. This could have negative impact on usability of WildFly.

Steps to Reproduce:
 - start standalone
 - connect to cli
 - run: /subsystem=jpa:write-attribute(name=default-extended-persistence-inheritance, value=SHALLOW)
 - reload server
 - run: /subsystem=jpa:write-attribute(name=default-extended-persistence-inheritance, value=SHALLOW)

Actual results:
{
    "outcome" => "success",
    "response-headers" => {
        "operation-requires-reload" => true,
        "process-state" => "reload-required"
    }
}
Expected results:
 - reload is not required

--
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