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