- Timestamp:
- 09/18/11 23:03:52 (8 months ago)
- Branch:
- default
- Convert:
- svn:7c3792e6-d75b-4784-96a6-b298f655ee64/trunk@2778
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kraken-dom/src/main/java/org/krakenapps/dom/script/DomScript.java
r141 r344 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 47 45 48 jpa.registerEntityManagerFactory(FACTORY_NAME, props, bc.getBundle().getBundleId());
Note: See TracChangeset
for help on using the changeset viewer.
