final Configuration confRM,
final Context context)
throws Exception {
// Setup the RoleManager
DefaultRoleManager roleManager = new DefaultRoleManager();
roleManager.enableLogging(getLogger());
roleManager.configure(confRM);
// Set up the ComponentLocator
ExcaliburComponentManager ecManager = new ExcaliburComponentManager();
ecManager.enableLogging(getLogger());