Changeset 345:3693d8bb2ff6
- Timestamp:
- 09/18/11 23:24:35 (5 months ago)
- Branch:
- default
- Convert:
- svn:7c3792e6-d75b-4784-96a6-b298f655ee64/trunk@2779
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kraken-dom/src/main/java/org/krakenapps/dom/script/DomScript.java
r344 r345 42 42 props.put("hibernate.connection.username", user); 43 43 props.put("hibernate.connection.password", password); 44 props.put("hibernate. is-connection-validation-required", "true");45 props.put("hibernate. autoReconnect", "true");46 props.put("hibernate. autoReconnectForPools", "true");44 props.put("hibernate.connection.is-connection-validation-required", "true"); 45 props.put("hibernate.connection.autoReconnect", "true"); 46 props.put("hibernate.connection.autoReconnectForPools", "true"); 47 47 48 48 jpa.registerEntityManagerFactory(FACTORY_NAME, props, bc.getBundle().getBundleId());
Note: See TracChangeset
for help on using the changeset viewer.
