[jboss-jira] [JBoss JIRA] (AS7-3814) CommandContext.buildRequest(line) throws OperationFormatException for wrong reason

Alexey Loubyansky (JIRA) jira-events at lists.jboss.org
Fri Feb 17 11:45:36 EST 2012


Alexey Loubyansky created AS7-3814:
--------------------------------------

             Summary: CommandContext.buildRequest(line) throws OperationFormatException for wrong reason
                 Key: AS7-3814
                 URL: https://issues.jboss.org/browse/AS7-3814
             Project: Application Server 7
          Issue Type: Bug
          Components: CLI
    Affects Versions: 7.1.0.Final
            Reporter: Alexey Loubyansky
            Assignee: Alexey Loubyansky
             Fix For: 7.1.1.Final


Operation requests aren't affected.
The method translates commands to operation requests. Of course, the command handler is required to implement OperationCommand interface. But the if condition is wrong, i.e. instead of throwing an exception in case the handler doesn't implement the interface, it throws an exception if the handler does implement the interface.

This is a new and not yet publicly advertised functionality, so nobody will suffer from this bug.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list