]
RH Bugzilla Integration commented on WFLY-3154:
-----------------------------------------------
Emmanuel Hugonnet (ehsavoie) <ehugonne(a)redhat.com> changed the Status of [bug
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: