[java-idp-integration-tests] 01/02: Tomcat seems to need driverClassName
Tom Zeller
tzeller at dragonacea.biz
Fri Oct 4 02:41:31 UTC 2024
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch main
in repository java-idp-integration-tests.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-integration-tests.git;a=commit;h=2a5cc37a7fb53f0e508321dbb14402e0cc052cba
commit 2a5cc37a7fb53f0e508321dbb14402e0cc052cba
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Thu Oct 3 21:36:36 2024 -0500
Tomcat seems to need driverClassName
---
.../resources/net/shibboleth/idp/integration/tests/postgres/global.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/test/resources/net/shibboleth/idp/integration/tests/postgres/global.xml b/src/test/resources/net/shibboleth/idp/integration/tests/postgres/global.xml
index 0bb3e75..be0201d 100644
--- a/src/test/resources/net/shibboleth/idp/integration/tests/postgres/global.xml
+++ b/src/test/resources/net/shibboleth/idp/integration/tests/postgres/global.xml
@@ -1,4 +1,5 @@
<bean id="my.dataSource" class="com.zaxxer.hikari.HikariDataSource" destroy-method="close" lazy-init="true"
+ p:driverClassName="org.postgresql.ds.PGSimpleDataSource"
p:jdbcUrl="jdbc:postgresql://localhost:5432/test?loggerLevel=OFF"
p:username="test"
p:password="test" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list