summaryrefslogtreecommitdiff
path: root/eaaf_core
diff options
context:
space:
mode:
authorThomas <thomas.lenz@egiz.gv.at>2019-12-05 12:06:28 +0100
committerThomas <thomas.lenz@egiz.gv.at>2019-12-05 12:06:28 +0100
commitd88d74ff8d447b4904b79aa8a1e333fb99bc64f2 (patch)
treeed4e9e09a24a70ed35c09487b5ebae4b7406b5dc /eaaf_core
parent3fada6cef21c9b16467177d866df778203b51b4d (diff)
downloadEAAF-Components-d88d74ff8d447b4904b79aa8a1e333fb99bc64f2.tar.gz
EAAF-Components-d88d74ff8d447b4904b79aa8a1e333fb99bc64f2.tar.bz2
EAAF-Components-d88d74ff8d447b4904b79aa8a1e333fb99bc64f2.zip
fix some refactoring problems
Diffstat (limited to 'eaaf_core')
-rw-r--r--eaaf_core/src/main/resources/eaaf_core.beans.xml3
-rw-r--r--eaaf_core/src/test/resources/SpringTest-context_authManager.xml3
2 files changed, 4 insertions, 2 deletions
diff --git a/eaaf_core/src/main/resources/eaaf_core.beans.xml b/eaaf_core/src/main/resources/eaaf_core.beans.xml
index 288507cb..2f87275d 100644
--- a/eaaf_core/src/main/resources/eaaf_core.beans.xml
+++ b/eaaf_core/src/main/resources/eaaf_core.beans.xml
@@ -29,8 +29,7 @@
class="at.gv.egiz.eaaf.core.impl.idp.process.dao.ProcessInstanceStoreDaoImpl" />
<bean id="moduleRegistration"
- class="at.gv.egiz.eaaf.core.impl.idp.auth.modules.ModuleRegistration"
- factory-method="getInstance" />
+ class="at.gv.egiz.eaaf.core.impl.idp.auth.modules.ModuleRegistration" />
<bean id="RequestStorage"
class="at.gv.egiz.eaaf.core.impl.idp.auth.RequestStorage" />
diff --git a/eaaf_core/src/test/resources/SpringTest-context_authManager.xml b/eaaf_core/src/test/resources/SpringTest-context_authManager.xml
index 9c94d4a7..0d269361 100644
--- a/eaaf_core/src/test/resources/SpringTest-context_authManager.xml
+++ b/eaaf_core/src/test/resources/SpringTest-context_authManager.xml
@@ -36,6 +36,9 @@
ref="springElAwareExpressionEvaluator" />
</bean>
+ <bean id="moduleRegistration"
+ class="at.gv.egiz.eaaf.core.impl.idp.auth.modules.ModuleRegistration" />
+
<bean id="ProcessInstanceStoreage"
class="at.gv.egiz.eaaf.core.impl.idp.process.dao.ProcessInstanceStoreDaoImpl" />