]
Ingo Weiss reassigned WFCORE-2941:
----------------------------------
Assignee: Ingo Weiss (was: Darran Lofthouse)
Adding application-security-domain in EJB subsystem requires server
reload
--------------------------------------------------------------------------
Key: WFCORE-2941
URL:
https://issues.jboss.org/browse/WFCORE-2941
Project: WildFly Core
Issue Type: Bug
Components: Security
Affects Versions: 11.0.0.Alpha1
Reporter: Ondrej Lukas
Assignee: Ingo Weiss
Priority: Critical
When application-security-domain is added in EJB subsystem then it is not used until
server is reloaded. However CLI command does not set server to {{reload-required}} state,
see:
{code}
/subsystem=ejb3/application-security-domain=other:add(security-domain=ApplicationDomain)
{"outcome" => "success"}
{code}