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 {
stmnt = ConcreteClassGenerator.
newInstance(eventPreparedStatementImpl,
JDBCEventConnectionDecorator.class,
JDBCEventConnectionDecorator.this,
PreparedStatement.class,
super.prepareStatement(sql, rsType, rsConcur, false),
EventConnection.class, EventConnection.this,
String.class, sql);
EventConnection.this,
sql);
} finally {
fireEvent(getDelegate(), JDBCEvent.AFTER_PREPARE_STATEMENT,
before, stmnt, sql);