//if (log.isDebugEnabled()) displayDS((String)inputs.get(DataProcessor.input_key_database_connection_name), "beforeExecute");
returnTO = executeKeepConnection(connection, inputs, processorType, processorName, outputFilters);
//if (log.isDebugEnabled()) displayDS((String)inputs.get(DataProcessor.input_key_database_connection_name), "afterExecute");
tm.commitTransactionImplicit();
//if (log.isDebugEnabled()) displayDS((String)inputs.get(DataProcessor.input_key_database_connection_name), "afterCommit");
}
catch(BaseSQLException bdex) {
tm.rollbackTransactionImplicit();
throw bdex;