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