public static void main(String[] args) {
// create a config and load the gateway properties
CConfiguration cConf = CConfiguration.create();
Configuration hConf = new Configuration();
cConf.copyTxProperties(hConf);
TransactionManagerDebuggerMain instance = new TransactionManagerDebuggerMain(hConf);
boolean success = instance.execute(args);
if (!success) {
System.exit(1);