]
James Perkins closed WFLY-4449.
-------------------------------
Resolution: Rejected
This should be a {{reload-required}}. Deployment components need to be restarted for
{{@Resource}} injection.
Default JNDI bindings should set the server in a reload required
state when changed
-----------------------------------------------------------------------------------
Key: WFLY-4449
URL:
https://issues.jboss.org/browse/WFLY-4449
Project: WildFly
Issue Type: Bug
Components: EE, Naming
Reporter: James Perkins
Assignee: James Perkins
When a write operation like
{{/subsystem=ee/service=default-bindings:write-attribute(name=datasource,value="java:jboss/datasources/DefaultDS")}}
is executed on the default bindings the server is not set into {{reload-required}} state
as it should be. The names in the service are also changed. This means new deployments or
new lookups could see a different name than was originally configured when the server
started.
The other default resource names should also be looked at to ensure they don't
override current settings.