[jboss-cvs] JBossAS SVN: r88972 - branches/Branch_5_x/profileservice/src/main/org/jboss/profileservice/management.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri May 15 22:32:41 EDT 2009


Author: scott.stark at jboss.org
Date: 2009-05-15 22:32:41 -0400 (Fri, 15 May 2009)
New Revision: 88972

Modified:
   branches/Branch_5_x/profileservice/src/main/org/jboss/profileservice/management/ManagementViewImpl.java
Log:
JBAS-6927, Use the RuntimeComponentDispatcher.mapControllerState api

Modified: branches/Branch_5_x/profileservice/src/main/org/jboss/profileservice/management/ManagementViewImpl.java
===================================================================
--- branches/Branch_5_x/profileservice/src/main/org/jboss/profileservice/management/ManagementViewImpl.java	2009-05-16 02:08:34 UTC (rev 88971)
+++ branches/Branch_5_x/profileservice/src/main/org/jboss/profileservice/management/ManagementViewImpl.java	2009-05-16 02:32:41 UTC (rev 88972)
@@ -910,9 +910,7 @@
       {
          if(dispatcher != null)
          {
-            //TODO, update RuntimeComponentDispatcher
-            AbstractRuntimeComponentDispatcher xdispatcher = (AbstractRuntimeComponentDispatcher) dispatcher;
-            state = xdispatcher.mapControllerState(name, mapper);
+            state = dispatcher.mapControllerState(name, mapper);
          }
       }
       catch(Exception e)




More information about the jboss-cvs-commits mailing list