}
if (conn.getAutoCommit()==false)
conn.commit();
OutputHelper oh = (OutputHelper) outputMapping.select( (String) defaultModeNames.get( MODE_OUTPUT ) );
oh.commit( null, request );
outputMapping.release( oh );
} catch (Exception e) {
if ( conn != null ) {
try {
if (getLogger().isDebugEnabled())