if (getModelMgr() == null)
{
// TODO Cleanup 4 This should be removed as soon as the Cockpit is being wired by Spring also
MultiplexModelMgr mmm = new MultiplexModelMgr();
mmm.setManagers(new ModelMgr [] { new FileSystemModelMgr(), new ClassPathModelMgr() });
setModelMgr(mmm);
}
getModelMgr().setItemTypeRegistry(itemTypeRegistry);
}