PollThread should catch specific Exception if #beginPolling fails
-----------------------------------------------------------------
Key: JBIDE-9521
URL:
https://issues.jboss.org/browse/JBIDE-9521
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: JBossAS/Servers
Affects Versions: 3.3.0.M3
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Fix For: 3.3.0.M3
PollThread catches a general purpose Exception if #beginPolling fails:
{code}
try {
poller.beginPolling(getServer(), expectedState);
...
} catch(Exception e) {
abort = true;
}
{code}
This could swallow failure causes that are not caused by #beginPolling failing.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: