]
Stefano Maestri resolved WFLY-4755.
-----------------------------------
Resolution: Rejected
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: Stefano Maestri
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.