Improved handling of JPA schema-generation target files

Description

Specifically the best-effort to create non-existent files...

Activity

Show:

Tuomas Kiviaho December 1, 2015 at 9:40 AM

It's still there so I'll include this one as well as a comment to https://hibernate.atlassian.net/browse/HHH-10250

Brett Meyer May 9, 2014 at 1:13 PM

Hey , if this is still an issue, open a new ticket?

Tuomas Kiviaho May 9, 2014 at 10:37 AM

JpaSchemaGenerator$ConnectionProviderJdbcConnectionAccess still leaks connections if JdbcConnectionContext.getJdbcConnection doesn't get called at least once.

Brett Meyer March 7, 2014 at 10:09 PM

Bulk closing tickets resolved in released versions

Christian Bauer September 12, 2013 at 8:43 AM

JDBC connections are no longer released by the JpaSchemaGenerator$ConnectionProviderJdbcConnectionAccess introduced in this fix. The releaseConnection() method only checks autocommit status but doesn't actually close/release the connection. My tests hang when all pooled connections are exhausted.

Fixed

Details

Assignee

Reporter

Time tracking

2.97h logged

Components

Fix versions

Priority

Created August 27, 2013 at 6:19 PM
Updated December 1, 2015 at 9:40 AM
Resolved September 12, 2013 at 1:50 PM