Skip to content

Commit

Permalink
Merge pull request #117 from uprightech/version_4.3.1
Browse files Browse the repository at this point in the history
fix: added connection bean refs to global.xml. Issue #115
  • Loading branch information
uprightech authored Jan 5, 2022
2 parents 4f3c472 + fc2dba6 commit 0858afe
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions static/src/main/patches/017.datasource-beans.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff -aurN shibboleth-idp.orig/conf/global.xml shibboleth-idp/conf/global.xml
--- shibboleth-idp.orig/conf/global.xml 2022-01-03 15:30:42.029000000 +0100
+++ shibboleth-idp/conf/global.xml 2022-01-03 15:50:27.447845572 +0100
@@ -55,6 +55,8 @@
which will be globally accessible. They have to be made conditional so the IDP loads
even if a feature/plugin/module is not enabled/accessible
-->
+ <import resource="conditional:${idp.home}/conf/gluu-couchbase-bean.xml"/>
+ <import resource="conditional:${idp.home}/conf/gluu-rdbm-bean.xml"/>
<import resource="conditional:${idp.home}/conf/authn/oxauth-authn-global.xml"/>
<import resource="conditional:${idp.home}/conf/gluu-storage.xml"/>
<import resource="conditional:${idp.home}/conf/gluu-release-attributes.xml"/>

0 comments on commit 0858afe

Please sign in to comment.