X-Git-Url: https://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fit%2Ftutorials%2Fosgi%2Funmanaged-native%2Fsrc%2Fmain%2Fresources%2Fpool-one.properties;h=0a372bd983637c0ab179363c60c266cd2caaf0fa;hp=abaee385585aeb1e0a8030920ff2d7f965688d2a;hb=9e37fd1049f8a6794396cd7c8879dc413fbcb87c;hpb=70bd20689badc18bed866b3847565e1278433503 diff --git a/src/it/tutorials/osgi/unmanaged-native/src/main/resources/pool-one.properties b/src/it/tutorials/osgi/unmanaged-native/src/main/resources/pool-one.properties index abaee385..0a372bd9 100644 --- a/src/it/tutorials/osgi/unmanaged-native/src/main/resources/pool-one.properties +++ b/src/it/tutorials/osgi/unmanaged-native/src/main/resources/pool-one.properties @@ -1,7 +1,7 @@ jdbc-0.proxool.alias=pool-one -jdbc-0.proxool.driver-url=jdbc:h2:mem:db1;DB_CLOSE_DELAY=-1;MVCC=TRUE +jdbc-0.proxool.driver-url=jdbc:h2:mem:db_unmanaged_native;DB_CLOSE_DELAY=-1;MVCC=TRUE jdbc-0.proxool.driver-class=org.h2.Driver jdbc-0.user=sa jdbc-0.password= jdbc-0.proxool.maximum-connection-count=2 -jdbc-0.proxool.house-keeping-test-sql=select CURRENT_DATE \ No newline at end of file +jdbc-0.proxool.house-keeping-test-sql=select CURRENT_DATE