aboutsummaryrefslogtreecommitdiff
path: root/connector
diff options
context:
space:
mode:
authorThomas <>2021-04-29 15:16:18 +0200
committerThomas <>2022-03-03 16:31:56 +0100
commit4d33e943238ba29eca894a23e27ba3bedc85632c (patch)
treefcd78f9da204f169654d7f16640a05502881720f /connector
parent47c011420675af6e53f8d9019b28558076ff21ef (diff)
downloadNational_eIDAS_Gateway-4d33e943238ba29eca894a23e27ba3bedc85632c.tar.gz
National_eIDAS_Gateway-4d33e943238ba29eca894a23e27ba3bedc85632c.tar.bz2
National_eIDAS_Gateway-4d33e943238ba29eca894a23e27ba3bedc85632c.zip
fix some problemes with new eaaf-components API
Diffstat (limited to 'connector')
-rw-r--r--connector/src/main/resources/specific_eIDAS_connector.beans.xml3
-rw-r--r--connector/src/test/resources/spring/SpringTest_connector.beans.xml2
2 files changed, 5 insertions, 0 deletions
diff --git a/connector/src/main/resources/specific_eIDAS_connector.beans.xml b/connector/src/main/resources/specific_eIDAS_connector.beans.xml
index ecf6d348..0372edcf 100644
--- a/connector/src/main/resources/specific_eIDAS_connector.beans.xml
+++ b/connector/src/main/resources/specific_eIDAS_connector.beans.xml
@@ -104,6 +104,9 @@
<bean id="eidasStatisticLogger"
class="at.asitplus.eidas.specific.connector.logger.StatisticLogger" />
+ <bean id="defaultErrorHandler"
+ class="at.gv.egiz.eaaf.core.impl.idp.auth.services.DefaultErrorService"/>
+
<!-- Tasks -->
<bean id="GenerateCountrySelectionFrameTask"
diff --git a/connector/src/test/resources/spring/SpringTest_connector.beans.xml b/connector/src/test/resources/spring/SpringTest_connector.beans.xml
index 6fec6000..818fd00c 100644
--- a/connector/src/test/resources/spring/SpringTest_connector.beans.xml
+++ b/connector/src/test/resources/spring/SpringTest_connector.beans.xml
@@ -111,6 +111,8 @@
<bean id="eidasStatisticLogger"
class="at.asitplus.eidas.specific.connector.logger.StatisticLogger" />
+ <bean id="defaultErrorHandler"
+ class="at.gv.egiz.eaaf.core.impl.idp.auth.services.DefaultErrorService"/>
<!-- Tasks -->
<bean id="GenerateCountrySelectionFrameTask"