e.printStackTrace();
log.severe( "Unable to rollback marked transaction. "
+ "Some resources may be commited others not. "
+ "Neo4j kernel should be SHUTDOWN for "
+ "resource maintance and transaction recovery ---->" );
throw new HeuristicMixedException( "Unable to rollback "
+ " ---> error code for rollback: " + e.errorCode );
}
tx.doAfterCompletion();
txThreadMap.remove( thread );