[arquillian-issues] [JBoss JIRA] (ARQ-656) CommandService implementations swallowing exceptions

Martin Gencur (Created) (JIRA) jira-events at lists.jboss.org
Tue Nov 15 07:30:41 EST 2011


CommandService implementations swallowing exceptions
----------------------------------------------------

                 Key: ARQ-656
                 URL: https://issues.jboss.org/browse/ARQ-656
             Project: Arquillian
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Base Implementation
            Reporter: Martin Gencur
            Assignee: Martin Gencur
             Fix For: 1.0.0.Final


Currently, implementations of org.jboss.arquillian.container.test.spi.command.CommandService like JMXCommandService, ServletCommandService and LocalCommandService are swallowing exceptions in the way they simply return result of a Command even if it's a text of an exception. They should rethrow it instead. 

With the current behavior callers of the executors like org.jboss.arquillian.container.test.impl.client.deployment.ContainerDeployer are not aware of any exception and do not show any warning/error message even if the call failed.

--
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 arquillian-issues mailing list