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

No-op handler in READ_RESOURCE_DESCRIPTION handler

XMLWordPrintable

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

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

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

                Created:
                Updated:
                Resolved: