[jboss-cvs] JBossAS SVN: r88973 - 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:33:19 EDT 2009


Author: scott.stark at jboss.org
Date: 2009-05-15 22:33:19 -0400 (Fri, 15 May 2009)
New Revision: 88973

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:32:41 UTC (rev 88972)
+++ branches/Branch_5_x/profileservice/src/main/org/jboss/profileservice/management/ManagementViewImpl.java	2009-05-16 02:33:19 UTC (rev 88973)
@@ -937,9 +937,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