diff options
author | Thomas Knall <t.knall@datentechnik-innovation.com> | 2015-01-30 13:47:25 +0100 |
---|---|---|
committer | Thomas Knall <t.knall@datentechnik-innovation.com> | 2015-01-30 13:47:25 +0100 |
commit | 9c76562c98ff7ec8ccb2749ccd85309bfd3096b6 (patch) | |
tree | dac8a9d5a8746cf5b74d5882333632e9599e459c /id/server/auth | |
parent | a4b6ed0c8098600a19b122ae819e342b324ba66e (diff) | |
download | moa-id-spss-9c76562c98ff7ec8ccb2749ccd85309bfd3096b6.tar.gz moa-id-spss-9c76562c98ff7ec8ccb2749ccd85309bfd3096b6.tar.bz2 moa-id-spss-9c76562c98ff7ec8ccb2749ccd85309bfd3096b6.zip |
Fix applicationContext.xml and STORKAuthentication.process.xml
Diffstat (limited to 'id/server/auth')
-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 2c699f24d..df59c2739 100644 --- a/id/server/auth/src/main/webapp/WEB-INF/applicationContext.xml +++ b/id/server/auth/src/main/webapp/WEB-INF/applicationContext.xml @@ -11,7 +11,7 @@ <bean id="processEngine" class="at.gv.egovernment.moa.id.process.ProcessEngineImpl">
<property name="transitionConditionExpressionEvaluator">
- <bean class="com.datentechnik.process_engine.spring.SpringExpressionEvaluator" />
+ <bean class="at.gv.egovernment.moa.id.process.spring.SpringExpressionEvaluator" />
</property>
<property name="processInstanceMaxIdleTimeSeconds" value="600" />
</bean>
|