private void init() throws Exception {
try {
this._notifierManager = (IContentNotifierManager) this.getService(JpcontentnotifierSystemConstants.CONTENT_NOTIFIER_MANAGER);
this._contentManager = (IContentManager) this.getService(JacmsSystemConstants.CONTENT_MANAGER);
this._helper = new TestContentNotifierHelper((DataSource) this.getApplicationContext().getBean("servDataSource"));
this._authProvider = (IAuthenticationProviderManager) this.getService("AuthenticationProviderManager");
} catch (Throwable e) {
throw new Exception(e);
}
}