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