mirror of
https://github.com/apache/openjpa.git
synced 2025-02-06 10:09:30 +00:00
OPENJPA-1294 New connection is not reference counted. Merged in from trunk r929184. Original patch by Pinaki.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.0.x@929354 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e973d26a72
commit
91f68ba918
@ -1000,7 +1000,7 @@ public class JDBCStoreManager
|
||||
|
||||
public Connection getNewConnection() {
|
||||
try {
|
||||
return connectInternal();
|
||||
return _ds.getConnection();
|
||||
} catch (SQLException e) {
|
||||
throw SQLExceptions.getStore(e, _dict);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user