[jboss-jira] [JBoss JIRA] (AS7-2726) No-op handler in READ_RESOURCE_DESCRIPTION handler

Emanuel Muckenhuber (Resolved) (JIRA) jira-events at lists.jboss.org
Thu Dec 1 11:46:42 EST 2011


     [ https://issues.jboss.org/browse/AS7-2726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emanuel Muckenhuber resolved AS7-2726.
--------------------------------------

    Resolution: Done

    
> 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