Description of problem: it is not possible to add new connector child to web subsystem Version-Release number of selected component (if applicable): Version: 4.4.0-SNAPSHOT Build Number: c59e6a3 EAP6 ER4.1 How reproducible:always Steps to Reproduce: 1.import EAP6 in standalone mode 2.navigate to it's web subsystem 3.add a new child called 'Connector' Actual results: WARN [ResourceContainer.invoker.nonDaemon-18] (rhq.modules.plugins.jbossas7.ASConnection)- Response body for Operation{operation='add', address=Address{path: subsystem=web,connector=myconnector}, additionalProperties={enabled=null, protocol=null, enable-lookups=null, proxy-port=null, executor=null, secure=null, virtual-server=null, socket-binding=http, scheme=null, redirect-port=null, name=null, max-post-size=null, max-connections=null, proxy-name=null, max-save-post-size=null}} was empty and response code was 500 (Internal Server Error). Expected results: new resource is added Additional info:
You haven't given a "scheme" - this was not required in the plugin descriptor, but is required by as7
master 2bea86a marks scheme as required. It also implements listing of socket-bindings to choose from and of valid schemes.
on ER6 adding a new connector fails with result: JBAS014746: protocol may not be null, rolled-back=true
protocol is now required master c5c7e25
Bulk close of old bugs in VERIFIED state.