James Perkins created WFLY-4449:
-----------------------------------
Summary: 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
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.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)