}
}
protected void initDbSchemaOperationsCommandContextFactory() {
if(dbSchemaOperationsCommandContextFactory == null) {
TxContextCommandContextFactory cmdContextFactory = new TxContextCommandContextFactory();
cmdContextFactory.setProcessEngineConfiguration(this);
cmdContextFactory.setTransactionContextFactory(new StandaloneTransactionContextFactory());
dbSchemaOperationsCommandContextFactory = cmdContextFactory;
}
}