[
https://issues.jboss.org/browse/WFLY-8920?page=com.atlassian.jira.plugin....
]
Darran Lofthouse commented on WFLY-8920:
----------------------------------------
It would be much more complex (And probably not worth it) - but an alternative could be to
track the security domains used by deployments that don't match an
application-security-domain, if we add an application-security-domain that would match
then trigger the reload required and in all other cases do nothing.
TBH though this isn't really a resource we expect to be used in this way, we have
added this mapping to support Elytron and PicketBox in parallel we are not really
expecting runtime switching between the two security solutions.
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
Affects Versions: 11.0.0.Beta1
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}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)