]
Harald Pehl updated WFLY-4755:
------------------------------
Summary: datasource:enable() operation lacks reload-requires state (was:
datasource:enable operation lacks reload-requires state )
datasource:enable() operation lacks reload-requires state
----------------------------------------------------------
Key: WFLY-4755
URL:
https://issues.jboss.org/browse/WFLY-4755
Project: WildFly
Issue Type: Bug
Components: JCA
Reporter: Harald Pehl
Assignee: Jesper Pedersen
Executing {{:disable()}} on an enabled datasource sets the {{reload-requires}} state.
This is in sync with changing the attribute directly using
{{:write-attribute(name=enabled,value=false}} (which is deprecated).
However {{:enable()}} on a disabled datasource does not set the {{reload-requires}}
state. Whereas {{:write-attribute(name=enabled,value=true}} does.