]
Ingo Weiss moved WFCORE-2941 to WFLY-8920:
------------------------------------------
Project: WildFly (was: WildFly Core)
Key: WFLY-8920 (was: WFCORE-2941)
Component/s: EJB
Security
(was: Security)
Affects Version/s: 11.0.0.Alpha1
(was: 3.0.0.Beta23)
Adding application-security-domain in EJB subsystem requires server
reload
--------------------------------------------------------------------------
Key: WFLY-8920
URL:
https://issues.jboss.org/browse/WFLY-8920
Project: WildFly
Issue Type: Bug
Components: EJB, 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}