X-Git-Url: http://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=blobdiff_plain;f=src%2Fit%2Fhibernate4-maven-plugin-envers-sample%2Fsrc%2Ftest%2Fresources%2Fhhv-test-datamodel-domain-context.properties;fp=src%2Fit%2Fhibernate4-maven-plugin-envers-sample%2Fsrc%2Ftest%2Fresources%2Fhhv-test-datamodel-domain-context.properties;h=4cd6944730cafcafdc0ee44e51a43e2d333cc5b1;hp=0000000000000000000000000000000000000000;hb=25079f13c0eda6807d5aee67086a21ddde313213;hpb=69458703cddc2aea1f67e06db43bce6950c6f3cb diff --git a/src/it/hibernate4-maven-plugin-envers-sample/src/test/resources/hhv-test-datamodel-domain-context.properties b/src/it/hibernate4-maven-plugin-envers-sample/src/test/resources/hhv-test-datamodel-domain-context.properties new file mode 100644 index 00000000..4cd69447 --- /dev/null +++ b/src/it/hibernate4-maven-plugin-envers-sample/src/test/resources/hhv-test-datamodel-domain-context.properties @@ -0,0 +1,20 @@ +# +# Configuration of the services +# + +atomikos.dataSource.uniqueResourceName = hhv_atomikos_ds + +# These properties are set using filtering via the MAVEN POM +dataSource.driverClassName=org.hsqldb.jdbc.JDBCDriver +dataSource.url=jdbc:hsqldb:target/db/testdb;shutdown=true +dataSource.user=sa +dataSource.password +hibernate.dialect =org.hibernate.dialect.HSQLDialect + + +hibernate.hbm2ddl.auto = validate +hibernate.format_sql = true +hibernate.show_sql = false +hibernate.transaction.manager_lookup_class = com.atomikos.icatch.jta.hibernate3.TransactionManagerLookup + +spring.jta.transaction.manager = org.springframework.transaction.jta.JtaTransactionManager