Hide Forgot
Description of problem: I am unable to create access log via CLI for virtual server Version-Release number of selected component (if applicable): Tested with EAP 6.1.1.ER7 How reproducible: always Steps to Reproduce: 1. start EAP and connect via CLI 2. /subsystem=web/virtual-server=default-host/access-log=test:add() Actual results: outcome failed with failure-description = "JBAS014883: No resource definition is registered" Expected results: outcome success with created default access-log configuration as from schema no attributes seems mandatory and have default values Additional info: There is also no code completion for any operation regarding access-log
Actually it is not a bug, you just need to use as the access-log=configuration:add in order to make it work. The "configuration" keyword is required.