diff options
author | Thomas Knall <t.knall@datentechnik-innovation.com> | 2015-02-05 16:56:04 +0100 |
---|---|---|
committer | Thomas Knall <t.knall@datentechnik-innovation.com> | 2015-02-05 16:56:04 +0100 |
commit | b864faef2864cc28df98d778e2221bf2cf911954 (patch) | |
tree | a6f3dac9f7fec884d1149573d8c587056340b288 /id/server/auth/src/main/webapp | |
parent | 63fb8960f4a72f9185d2dc4735d8bae602463e1c (diff) | |
download | moa-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/src/main/webapp')
-rw-r--r-- | id/server/auth/src/main/webapp/WEB-INF/applicationContext.xml | 2 |
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>
|