[jboss-jira] [JBoss JIRA] (AS7-2726) No-op handler in READ_RESOURCE_DESCRIPTION handler
Brian Stansberry (Commented) (JIRA)
jira-events at lists.jboss.org
Mon Nov 21 15:24:40 EST 2011
[ https://issues.jboss.org/browse/AS7-2726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12644462#comment-12644462 ]
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: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list