//batcherImpl.shutdown();
CopperTransactionController txnController = new CopperTransactionController();
txnController.setDataSource(databaseData.dataSource);
ScottyDBStorage persistentdbStorage = new ScottyDBStorage();
persistentdbStorage.setTransactionController(txnController);
persistentdbStorage.setDialect(databaseData.databaseDialect);
persistentdbStorage.setBatcher(batcher);
persistentdbStorage.setCheckDbConsistencyAtStartup(true);
PersistentPriorityProcessorPool persistentPriorityProcessorPool = new PersistentPriorityProcessorPool(PersistentProcessorPool.DEFAULT_POOL_ID,txnController);
PersistentScottyEngine persistentengine = new PersistentScottyEngine();