Bug 1001044

Summary: Unable to create access-log for virtual server
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Radim Hatlapatka <rhatlapa>
Component: WebAssignee: Rémy Maucherat <rmaucher>
Status: CLOSED NOTABUG QA Contact: Radim Hatlapatka <rhatlapa>
Severity: high Docs Contact: Russell Dickenson <rdickens>
Priority: unspecified    
Version: 6.1.1CC: brian.stansberry, pkremens
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-09-13 10:46:49 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Radim Hatlapatka 2013-08-26 11:53:43 UTC
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

Comment 2 Radim Hatlapatka 2013-09-13 10:46:49 UTC
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.