this._userManager = (IUserManager) this.getService(SystemConstants.USER_MANAGER);
this._contentManager = (IContentManager) this.getService(JacmsSystemConstants.CONTENT_MANAGER);
ContentDAO contentDao = new ContentDAO();
DataSource dataSource = (DataSource) this.getApplicationContext().getBean("portDataSource");
contentDao.setDataSource(dataSource);
ILangManager langManager = (ILangManager) this.getService(SystemConstants.LANGUAGE_MANAGER);
contentDao.setLangManager(langManager);
this._contentDao = contentDao;
ConfigInterface configManager = (ConfigInterface) this.getService(SystemConstants.BASE_CONFIG_MANAGER);
configManager.updateConfigItem(SystemConstants.CONFIG_ITEM_PARAMS, TEST_CONFIG);