[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-9508) JBoss7ManagerServicePoller: catch block at line 158 should add exception to status

Andre Dietisheim (JIRA) jira-events at lists.jboss.org
Wed Aug 10 05:10:24 EDT 2011


JBoss7ManagerServicePoller: catch block at line 158 should add exception to status
----------------------------------------------------------------------------------

                 Key: JBIDE-9508
                 URL: https://issues.jboss.org/browse/JBIDE-9508
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: JBossAS
    Affects Versions: 3.3.0.M3
            Reporter: Andre Dietisheim
            Assignee: Andre Dietisheim
             Fix For: 3.3.x


JBoss7ManagerServicePoller#getCurrentStateSynchronous:
{code}
		} catch(Exception e) {
			Status s = new Status(IStatus.INFO, JBossServerCorePlugin.PLUGIN_ID, 
					"An attempt to reach the JBoss 7 Management Service on host " + server.getHost() //$NON-NLS-1$
					+ " and port " + getManagementPort(server) + " has resulted in an exception"); //$NON-NLS-1$ //$NON-NLS-2$
			return s;
		}
{code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list