[java-plugin-storage-jdbc] 01/02: Remove orphaned test file
Rod Widdowson
rdw at steadingsoftware.com
Sat Aug 5 10:41:08 UTC 2023
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-plugin-storage-jdbc.
View the commit online:
http://git.shibboleth.net/view/?p=java-plugin-storage-jdbc.git;a=commit;h=364e4497ee9233eefd29a41aca1fa209739c3fe1
commit 364e4497ee9233eefd29a41aca1fa209739c3fe1
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Aug 5 11:39:31 2023 +0100
Remove orphaned test file
---
jdbc-storage-impl/src/test/resources/mixed.xml | 46 --------------------------
1 file changed, 46 deletions(-)
diff --git a/jdbc-storage-impl/src/test/resources/mixed.xml b/jdbc-storage-impl/src/test/resources/mixed.xml
deleted file mode 100644
index 57bccdf..0000000
--- a/jdbc-storage-impl/src/test/resources/mixed.xml
+++ /dev/null
@@ -1,46 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<beans xmlns="http://www.springframework.org/schema/beans"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xmlns:p="http://www.springframework.org/schema/p"
- xmlns:c="http://www.springframework.org/schema/c"
- xmlns:context="http://www.springframework.org/schema/context"
- xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd
- http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.1.xsd"
- default-init-method="initialize"
- default-destroy-method="destroy">
-
- <bean id="shibboleth.IdentifiableBeanPostProcessor" class="net.shibboleth.ext.spring.config.IdentifiableBeanPostProcessor" />
-
- <context:property-placeholder />
-
- <bean id="dataSource" class="org.apache.commons.dbcp2.BasicDataSource" destroy-method="close" lazy-init="true"
- p:driverClassName="org.hsqldb.jdbcDriver"
- p:url="jdbc:hsqldb:mem:StorageService"
- p:username="SA"
- p:password="" />
-
- <bean id="dialect" class="org.springframework.orm.jpa.vendor.HibernateJpaDialect" />
-
- <bean id="entityManagerFactory" class="org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean"
- p:persistenceUnitName="unit-tests"
- p:packagesToScan="org.opensaml.storage.impl"
- p:dataSource-ref="dataSource"
- p:jpaVendorAdapter-ref="jpaVendorAdapter"
- p:jpaDialect-ref="dialect" />
-
- <bean id="JPAStorageService" class="org.opensaml.storage.impl.JPAStorageService"
- p:cleanupInterval="0"
- p:transactionRetry="4"
- c:factory-ref="entityManagerFactory" />
-
- <bean id="jpaVendorAdapter" class="org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter"
- p:database="HSQL"
- p:generateDdl="true"
- p:showSql="false"/>
-
- <bean id="JDBCStorageService" class="net.shibboleth.plugin.storage.jdbc.impl.JDBCStorageService"
- p:dataSource-ref="dataSource"
- p:cleanupInterval="PT5S"
- p:localLocking="false" />
-
-</beans>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list