]
Brian Stansberry commented on AS7-2726:
---------------------------------------
Sorry about the formatting.
Same situation applies to AbstractMultiTargetHandler.
No-op handler in READ_RESOURCE_DESCRIPTION handler
--------------------------------------------------
Key: AS7-2726
URL:
https://issues.jboss.org/browse/AS7-2726
Project: Application Server 7
Issue Type: Bug
Components: Documentation
Reporter: Brian Stansberry
Assignee: Emanuel Muckenhuber
Fix For: 7.1.0.CR1
This handler addition isn't doing anything:
if (address.isMultiTarget()) {
.....
// Add a handler at the end of the chain to aggregate the result
context.addStep(new OperationStepHandler() {
@Override
public void execute(OperationContext context, ModelNode operation) throws
OperationFailedException {
context.completeStep();
}
}, OperationContext.Stage.VERIFY);
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: