-
Bug
-
Resolution: Done
-
Major
-
3.6.5.Final
-
None
This isn't a bug since the operation is correctly processed by the server but if someone tried to copy it to CLI it won't pass validation, there are several attributes that don't belong in the model (e.g. due to flattening credential reference), and undefined values probably don't need be there either (CLI treats those as strings).
Example:
/subsystem=datasources/data-source=H2DS:add(name=H2DS, jndi-name=java:/H2DS,driver-name=h2, connection-url=jdbc:h2:mem:test;DB_CLOSE_DELAY=-1, user-name=sa,password=sa,validate-on-match=true,driver-class=org.h2.Driver, security-domain=undefined,store=undefined,alias=undefined,clear-text=undefined, type=undefined,credential-reference=undefined)
- is incorporated by
-
WFLY-18062 Upgrade HAL to 3.6.6.Final
- Closed