X-Git-Url: http://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fit%2Ftutorials%2Fosgi%2Funmanaged-native%2Fsrc%2Fmain%2Fresources%2Fpool-one.properties;fp=src%2Fit%2Ftutorials%2Fosgi%2Funmanaged-native%2Fsrc%2Fmain%2Fresources%2Fpool-one.properties;h=abaee385585aeb1e0a8030920ff2d7f965688d2a;hp=0000000000000000000000000000000000000000;hb=70bd20689badc18bed866b3847565e1278433503;hpb=7e3e9b90d61b077e48b59fc0eb63059886c68cf5 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 new file mode 100644 index 00000000..abaee385 --- /dev/null +++ b/src/it/tutorials/osgi/unmanaged-native/src/main/resources/pool-one.properties @@ -0,0 +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-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