diff options
author | Thomas <> | 2021-04-29 15:16:18 +0200 |
---|---|---|
committer | Thomas <> | 2022-03-03 16:31:56 +0100 |
commit | 4d33e943238ba29eca894a23e27ba3bedc85632c (patch) | |
tree | fcd78f9da204f169654d7f16640a05502881720f /connector/src | |
parent | 47c011420675af6e53f8d9019b28558076ff21ef (diff) | |
download | National_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/src')
-rw-r--r-- | connector/src/main/resources/specific_eIDAS_connector.beans.xml | 3 | ||||
-rw-r--r-- | connector/src/test/resources/spring/SpringTest_connector.beans.xml | 2 |
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" |