"This configurator can only process implementations of " + MapOrientedComponent.class.getName() );
}
MapConverter converter = new MapConverter();
Map context = (Map) converter.fromConfiguration( converterLookup, configuration, null, null,
containerRealm.getClassLoader(), expressionEvaluator,
listener );
( (MapOrientedComponent) component ).setComponentConfiguration( context );
}