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

Brian Stansberry (Created) (JIRA) jira-events at lists.jboss.org
Mon Nov 21 15:17:41 EST 2011


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