* @throws Exception from InstantiationException Can't create requested controller
*/
protected String processDefinition(ComponentDefinition definition) throws
Exception
{
Controller controller = null;
try
{
controller = definition.getOrCreateController();
String role = definition.getRole();