HHH-8853 - Tomcat jdbc-pool interceptor exception

(cherry picked from commit 86d5ab0d818b8029cc5e0310ae5c64338d0f47ef)
This commit is contained in:
Steve Ebersole 2014-01-28 17:23:19 -06:00
parent cfcf5089be
commit 556e31fb2d
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ public class NonBatchingBatch extends AbstractBatchImpl {
}
}
releaseStatements();
getStatements().clear();
}
@Override