ESTOU USANDO O HIBERNATE PARA PERSISTIR… E SEMPRE QUE EXECUTO… MESMO QUE OCORRA TUDO BEM… APRECEM ESSAS MENSGENS… ALGUEM SABE ME DIZER O QUE SERIA???
<blockquote>Initializing c3p0 pool… com.mchange.v2.c3p0.PoolBackedDataSource@1aed5f9 [ connectionPoolDataSource -> com.mchange.v2.c3p0.WrapperConnectionPoolDataSource@9980d5 [ acquireIncrement -> 2, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, idleConnectionTestPeriod -> 3000, initialPoolSize -> 2, maxIdleTime -> 5000, maxPoolSize -> 10, maxStatements -> 10, maxStatementsPerConnection -> 0, minPoolSize -> 2, nestedDataSource -> com.mchange.v2.c3p0.DriverManagerDataSource@153c375 [ description -> null, driverClass -> null, factoryClassLocation -> null, jdbcUrl -> jdbc:firebirdsql:localhost:SIGCP.FDB, properties -> {user=******, password=******} ] , preferredTestQuery -> null, propertyCycle -> 300, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, usesTraditionalReflectiveProxies -> false ] , factoryClassLocation -> null, numHelperThreads -> 3, poolOwnerIdentityToken -> 1aed5f9 ]
Thread[com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0,5,main] – caught unexpected Exception while executing posted task.
java.lang.IllegalArgumentException: Specified statement was not created by this connection.
at org.firebirdsql.jdbc.AbstractConnection.notifyStatementClosed(AbstractConnection.java:87)
at org.firebirdsql.jdbc.AbstractStatement.close(AbstractStatement.java:257)
at com.mchange.v1.db.sql.StatementUtils.attemptClose(StatementUtils.java:38 )
at com.mchange.v2.c3p0.stmt.GooGooStatementCache$1.run(GooGooStatementCache.java:246)
at com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:354)
</blockquote>