public void init() throws Exception
{
if ( getObjectManager() == null )
throw new IllegalStateException( "No ObjectManagerDB was specified!" );
ObjectConnection oc = getObjectManager().getConnection();
log.info( "VALIDATION - START" );
try {
Connection c = (Connection) oc.getDatastoreConnection();
// This will hold any tables that were created
createdDefs = new ArrayList<BaseDef>();
MappingHandler mh = getObjectManager().getMappingHandler();