Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.0, 3.0.1
-
Fix Version/s: 3.1.0
-
Component/s: manager server, sf server
-
Labels:
Description
There were reports especially on MySQL 5.6 + Tomcat7 setup of SQLConnection closed exceptions.
connectionTimeout does not seem to help.
Using c3p0 as connection pool solves the issue.
Decision was made to incorporate this into core code.