]
Ondrej Lukas updated WFCORE-2941:
---------------------------------
Affects Version/s: 3.0.0.Beta23
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: 3.0.0.Beta23
Reporter: Ondrej Lukas
Assignee: Darran Lofthouse
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}