Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-9508

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 3.3.0.M3
    • 3.3.0.M3
    • server
    • None

      JBoss7ManagerServicePoller#getCurrentStateSynchronous:

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

            adietish@redhat.com André Dietisheim
            adietish@redhat.com André Dietisheim
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: