}
persistenceAdapter.start();
if (transactionManager == null) {
preparedTransactionStore = persistenceAdapter.createPreparedTransactionStore();
transactionManager = new VMTransactionManager(this, preparedTransactionStore);
}
transactionManager.start();
// force containers to be created
if (containerManagerMap.isEmpty()) {