.addFailedAttribute(
subsystemAddress.append(HORNETQ_SERVER_PATH, pathElement(ModelDescriptionConstants.PATH)),
new RejectExpressionsConfig(ModelDescriptionConstants.PATH))
.addFailedAttribute(
subsystemAddress.append(HORNETQ_SERVER_PATH, pathElement(CommonAttributes.IN_VM_ACCEPTOR)),
new RejectExpressionsConfigWithAddOnlyParam(concat(new AttributeDefinition[]{InVMTransportDefinition.SERVER_ID}, PARAM)))
.addFailedAttribute(
subsystemAddress.append(HORNETQ_SERVER_PATH, pathElement(CommonAttributes.IN_VM_ACCEPTOR)).append(TransportParamDefinition.PATH),
new RejectExpressionsConfig(TransportParamDefinition.VALUE))
.addFailedAttribute(
subsystemAddress.append(HORNETQ_SERVER_PATH, pathElement(CommonAttributes.IN_VM_CONNECTOR)),
new RejectExpressionsConfigWithAddOnlyParam(concat(new AttributeDefinition[]{InVMTransportDefinition.SERVER_ID}, PARAM)))
.addFailedAttribute(
subsystemAddress.append(HORNETQ_SERVER_PATH, pathElement(CommonAttributes.IN_VM_CONNECTOR), TransportParamDefinition.PATH),
new RejectExpressionsConfig(TransportParamDefinition.VALUE))
.addFailedAttribute(
subsystemAddress.append(HORNETQ_SERVER_PATH, pathElement(CommonAttributes.REMOTE_ACCEPTOR)),
new RejectExpressionsConfigWithAddOnlyParam(PARAM))
.addFailedAttribute(
subsystemAddress.append(HORNETQ_SERVER_PATH, pathElement(CommonAttributes.REMOTE_ACCEPTOR), TransportParamDefinition.PATH),
new RejectExpressionsConfig(TransportParamDefinition.VALUE))
.addFailedAttribute(
subsystemAddress.append(HORNETQ_SERVER_PATH, pathElement(CommonAttributes.REMOTE_CONNECTOR)),
new RejectExpressionsConfigWithAddOnlyParam(PARAM))
.addFailedAttribute(
subsystemAddress.append(HORNETQ_SERVER_PATH, pathElement(CommonAttributes.REMOTE_CONNECTOR), TransportParamDefinition.PATH),
new RejectExpressionsConfig(TransportParamDefinition.VALUE))
.addFailedAttribute(
subsystemAddress.append(HORNETQ_SERVER_PATH, pathElement(CommonAttributes.HTTP_CONNECTOR)),
FailedOperationTransformationConfig.REJECTED_RESOURCE)
.addFailedAttribute(
subsystemAddress.append(HORNETQ_SERVER_PATH, pathElement(CommonAttributes.HTTP_CONNECTOR), pathElement(PARAM)),
FailedOperationTransformationConfig.REJECTED_RESOURCE)
.addFailedAttribute(
subsystemAddress.append(HORNETQ_SERVER_PATH, pathElement(CommonAttributes.HTTP_ACCEPTOR)),
FailedOperationTransformationConfig.REJECTED_RESOURCE)
.addFailedAttribute(
subsystemAddress.append(HORNETQ_SERVER_PATH, pathElement(CommonAttributes.HTTP_ACCEPTOR), pathElement(PARAM)),
FailedOperationTransformationConfig.REJECTED_RESOURCE)
.addFailedAttribute(
subsystemAddress.append(HORNETQ_SERVER_PATH, pathElement(CommonAttributes.ACCEPTOR)),
new RejectExpressionsConfigWithAddOnlyParam(PARAM))
.addFailedAttribute(
subsystemAddress.append(HORNETQ_SERVER_PATH, pathElement(CommonAttributes.ACCEPTOR), TransportParamDefinition.PATH),
new RejectExpressionsConfig(TransportParamDefinition.VALUE))
.addFailedAttribute(
subsystemAddress.append(HORNETQ_SERVER_PATH, pathElement(CommonAttributes.CONNECTOR)),
new RejectExpressionsConfigWithAddOnlyParam(PARAM))
.addFailedAttribute(
subsystemAddress.append(HORNETQ_SERVER_PATH, pathElement(CommonAttributes.CONNECTOR), TransportParamDefinition.PATH),
new RejectExpressionsConfig(TransportParamDefinition.VALUE))
.addFailedAttribute(
subsystemAddress.append(HORNETQ_SERVER_PATH, BroadcastGroupDefinition.PATH),