[jbosstools-issues] [JBoss JIRA] Issue Comment Edited: (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:14:30 EDT 2011


    [ https://issues.jboss.org/browse/JBIDE-9508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12619907#comment-12619907 ] 

Andre Dietisheim edited comment on JBIDE-9508 at 8/10/11 5:13 AM:
------------------------------------------------------------------

Reviewed at: https://source.jboss.org/cru/REV-JBIDE-4#c25

      was (Author: adietish):
    Reviewed at: REV-JBIDE-4#c25
  
> 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