Fixed issue with displaying song list

This commit is contained in:
Isaac Parenteau
2019-12-30 23:59:30 -06:00
parent 6ec37452f9
commit 52c8253aa0
4 changed files with 83 additions and 24 deletions

View File

@@ -69,9 +69,6 @@ public class EightTrackBeanConfiguration {
static {
hibernateProperties = new Properties();
hibernateProperties.setProperty("hibernate.connection.zeroDateTimeBehavior", "convertToNull");
hibernateProperties.setProperty("hibernate.dbcp.maxActive", "50");
hibernateProperties.setProperty("hibernate.dbcp.maxIdle", "10");
hibernateProperties.setProperty("hibernate.dbcp.maxWait", "5000");
hibernateProperties.setProperty("hibernate.jdbc.batch_size property", "50");
hibernateProperties.setProperty("hibernate.connection.charSet", "utf8");
hibernateProperties.setProperty("hibernate.connection.characterEncoding", "utf8");