-
Feature Request
-
Resolution: Done
-
Major
-
JBossAS-5.1.0.CR1
-
None
The following todo to have the RuntimeComponentDispatcher support mapping of a state string to the controller state needs to be done to avoid casting to an implementation class:
//TODO, update RuntimeComponentDispatcher
AbstractRuntimeComponentDispatcher xdispatcher = (AbstractRuntimeComponentDispatcher) dispatcher;
state = xdispatcher.mapControllerState(name, mapper);