[jboss-jira] [JBoss JIRA] (AS7-6188) Incorrect use of equals in JMSBridgeHandler.executeRuntimeStep(OperationContext, ModelNode)
Stephen Coy (JIRA)
jira-events at lists.jboss.org
Sat Dec 15 20:27:08 EST 2012
Stephen Coy created AS7-6188:
--------------------------------
Summary: Incorrect use of equals in JMSBridgeHandler.executeRuntimeStep(OperationContext, ModelNode)
Key: AS7-6188
URL: https://issues.jboss.org/browse/AS7-6188
Project: Application Server 7
Issue Type: Bug
Components: JMS
Affects Versions: 7.2.0.Alpha1
Environment: n/a
Reporter: Stephen Coy
Assignee: Jeff Mesnil
A org.jboss.as.controller.AttributeDefinition is being compared with a String:
{code:java}
} else if (PAUSED.equals(name)) {
context.getResult().set(bridge.isPaused());
} else {
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list