stackVar.push(value+2, cont);
System.out.println("pushed "+(value+2)+" onto stack. Aborting nested action.");
cont = null; // current will destroy this control!
current.rollback();
cont = current.get_control();
System.out.println("current transaction name: "+current.get_transaction_name());
System.out.println("rolledback nested transaction");