[jboss-jira] [JBoss JIRA] (AS7-6427) org.jboss.as.arquillian.container.ManagementClient.isServerInRunningState() silently swallows exceptions

Stephen Coy (JIRA) jira-events at lists.jboss.org
Thu Jan 31 05:20:51 EST 2013


     [ https://issues.jboss.org/browse/AS7-6427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stephen Coy updated AS7-6427:
-----------------------------

    Issue Type: Bug  (was: Feature Request)

    
> org.jboss.as.arquillian.container.ManagementClient.isServerInRunningState() silently swallows exceptions
> --------------------------------------------------------------------------------------------------------
>
>                 Key: AS7-6427
>                 URL: https://issues.jboss.org/browse/AS7-6427
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: Test Suite
>    Affects Versions: 7.2.0.Alpha1
>         Environment: n/a
>            Reporter: Stephen Coy
>            Assignee: Ondrej Zizka
>
> {code:java}
>     public boolean isServerInRunningState() {
>         try {
>             ...
>         } catch (Throwable ignored) {
>             return false;
>         }
>     }
> {code}
> Some exceptions will never be recoverable (such as java.lang.ClassNotFoundException) and logging them would be useful.

--
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