From 02d34ceb750c7c144d63b2d631ca1238be8483a6 Mon Sep 17 00:00:00 2001 From: Reinhard Prechtl Date: Fri, 15 Dec 2017 12:22:21 +0100 Subject: [PATCH] Add missing Infinispan configuration file for integration test --- src/test/resources/infinispan-standalone.xml | 286 +++++++++++++++++++ 1 file changed, 286 insertions(+) create mode 100644 src/test/resources/infinispan-standalone.xml diff --git a/src/test/resources/infinispan-standalone.xml b/src/test/resources/infinispan-standalone.xml new file mode 100644 index 0000000..a06ac37 --- /dev/null +++ b/src/test/resources/infinispan-standalone.xml @@ -0,0 +1,286 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + jdbc:h2:mem:test;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE + h2 + + sa + sa + + + + + org.h2.jdbcx.JdbcDataSource + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file