Create test for following scenario:
Removing a http-connector with allow-resource-service-restart set to true will yield the following result:
{
"operation" => "remove",
"address" => [
("subsystem" => "remoting"),
("http-connector" => "ejb3-tests")
],
"operation-headers" => {"allow-resource-service-restart" => true}
}
{"outcome" => "success"}
However, the removal of http-connector will only register after full server reload.
- clones
-
JBEAP-11074 Operation removing http-connector requires full server reload but does not change the server state accordingly
-
- Closed
-