private void init() throws Exception {
try {
DataSource dataSource = (DataSource) this.getApplicationContext().getBean("servDataSource");
ILangManager langManager = (ILangManager) this.getService(SystemConstants.LANGUAGE_MANAGER);
this._messageManager = (IMessageManager) this.getService(JpwebdynamicformSystemConstants.MESSAGE_MANAGER);
this._helper = new JpwebdynamicformTestHelper(dataSource, langManager, this._messageManager);
} catch (Throwable e) {
throw new Exception(e);
}
}