Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-2726

No-op handler in READ_RESOURCE_DESCRIPTION handler

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.1.0.CR1
    • None
    • Documentation
    • None

    Description

      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);

      Attachments

        Activity

          People

            emuckenhuber_jira Emanuel Muckenhuber (Inactive)
            bstansbe@redhat.com Brian Stansberry
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: