]
Alexey Loubyansky reassigned WFCORE-1795:
-----------------------------------------
Assignee: Jean-Francois Denise (was: Alexey Loubyansky)
Jeff, could you please take a look? Thanks!
: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
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.