]
Jean-Francois Denise resolved WFCORE-1795.
------------------------------------------
Fix Version/s: 3.0.0.Alpha8
Resolution: Done
:query() operation fails with IllegalArgumentException when
specifying a where parameter
----------------------------------------------------------------------------------------
Key: WFCORE-1795
URL:
https://issues.jboss.org/browse/WFCORE-1795
Project: WildFly Core
Issue Type: Feature Request
Components: CLI, Domain Management
Reporter: Harald Pehl
Assignee: Jean-Francois Denise
Fix For: 3.0.0.Alpha8
This operation works in WFLY 10:
{code}
/host=*/server=*:query(select=["name"],where={"server-group" =
"main-server-group"})
{code}
whereas it fails with an IllegalArgumentException in WFLY 11
Without the {{where}} parameter the operation works.