OPENJPA-1726: fix test case failures (TestInputStreamLob) for PostgreSQL

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@964265 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Fay Wang 2010-07-15 00:06:57 +00:00
parent 0b80f23e70
commit 99eef9d018

View File

@ -214,12 +214,10 @@ public class JDBCEventConnectionDecorator extends AbstractConcurrentEventManager
try { try {
stmnt = ConcreteClassGenerator. stmnt = ConcreteClassGenerator.
newInstance(eventPreparedStatementImpl, newInstance(eventPreparedStatementImpl,
JDBCEventConnectionDecorator.class,
JDBCEventConnectionDecorator.this, JDBCEventConnectionDecorator.this,
PreparedStatement.class,
super.prepareStatement(sql, rsType, rsConcur, false), super.prepareStatement(sql, rsType, rsConcur, false),
EventConnection.class, EventConnection.this, EventConnection.this,
String.class, sql); sql);
} finally { } finally {
fireEvent(getDelegate(), JDBCEvent.AFTER_PREPARE_STATEMENT, fireEvent(getDelegate(), JDBCEvent.AFTER_PREPARE_STATEMENT,
before, stmnt, sql); before, stmnt, sql);