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

Incorrect use of equals in JMSBridgeHandler.executeRuntimeStep(OperationContext, ModelNode)

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • EAP 6.1.0.Alpha (7.2.0.Final)
    • JMS
    • None

    Description

      A org.jboss.as.controller.AttributeDefinition is being compared with a String:

                  } else if (PAUSED.equals(name)) {
                      context.getResult().set(bridge.isPaused());
                  } else {
      

      Attachments

        Activity

          People

            sfcoy Stephen Coy (Inactive)
            sfcoy Stephen Coy (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: