cmisManager = new CMISManager();
cmisManager.createAndInitRepository();
contentlets = new ArrayList<Contentlet>();
Map<String, String> map = new HashMap<String, String>();
dotRepo = new CMISService(map, cmisManager);
callContext = new DotCallContextObjectHandler();
objectInfos = new DotCallContextObjectHandler();
dotRepo.setCallContext(callContext);
}