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

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

XMLWordPrintable

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

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

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

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

                Created:
                Updated:
                Resolved: