return statusChangedInfo;
}
private void init() {
DataSource dataSource = (DataSource) this.getApplicationContext().getBean("servDataSource");
WorkflowNotifierDAO notifierDao = new WorkflowNotifierDAO();
notifierDao.setDataSource(dataSource);
this._notifierDao = notifierDao;
this._helper = new WorkflowNotifierTestHelper();
this._helper.setDataSource(dataSource);
}