private void init() throws Exception {
VersioningDAO versioningDAO = new VersioningDAO();
DataSource dataSource = (DataSource) this.getApplicationContext().getBean("portDataSource");
versioningDAO.setDataSource(dataSource);
this._versioningDAO = versioningDAO;
this._helper = new JpversioningTestHelper(dataSource, this.getApplicationContext());
}