aboutsummaryrefslogtreecommitdiff
path: root/id/server/auth
diff options
context:
space:
mode:
authorThomas Knall <t.knall@datentechnik-innovation.com>2015-02-05 16:56:04 +0100
committerThomas Knall <t.knall@datentechnik-innovation.com>2015-02-05 16:56:04 +0100
commitb864faef2864cc28df98d778e2221bf2cf911954 (patch)
treea6f3dac9f7fec884d1149573d8c587056340b288 /id/server/auth
parent63fb8960f4a72f9185d2dc4735d8bae602463e1c (diff)
downloadmoa-id-spss-b864faef2864cc28df98d778e2221bf2cf911954.tar.gz
moa-id-spss-b864faef2864cc28df98d778e2221bf2cf911954.tar.bz2
moa-id-spss-b864faef2864cc28df98d778e2221bf2cf911954.zip
Perform some cleanup tasks
- Rename AbstractSpringWebSupportedTask to MoaIdTask. - Remove some unnecessary code.
Diffstat (limited to 'id/server/auth')
-rw-r--r--id/server/auth/src/main/webapp/WEB-INF/applicationContext.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/id/server/auth/src/main/webapp/WEB-INF/applicationContext.xml b/id/server/auth/src/main/webapp/WEB-INF/applicationContext.xml
index fabe6cd9c..a3f834457 100644
--- a/id/server/auth/src/main/webapp/WEB-INF/applicationContext.xml
+++ b/id/server/auth/src/main/webapp/WEB-INF/applicationContext.xml
@@ -9,7 +9,7 @@
<bean id="processEngine" class="at.gv.egovernment.moa.id.process.ProcessEngineImpl">
<property name="transitionConditionExpressionEvaluator">
- <bean class="at.gv.egovernment.moa.id.process.spring.SpringExpressionEvaluator" />
+ <bean class="at.gv.egovernment.moa.id.process.springweb.SpringWebExpressionEvaluator" />
</property>
</bean>