diff options
author | Christian Wagner <c.wagner@datentechnik-innovation.com> | 2015-01-29 14:39:11 +0100 |
---|---|---|
committer | Christian Wagner <c.wagner@datentechnik-innovation.com> | 2015-01-29 14:39:11 +0100 |
commit | c6f543e06c02c0a2635eac2e9b99c2554e6e27bd (patch) | |
tree | 594d6ef54012a01737a77d40676da8f39e17d5bc /id/server/auth | |
parent | 90c4f8e9a6140b97469357deb906b8816f5f680c (diff) | |
download | moa-id-spss-c6f543e06c02c0a2635eac2e9b99c2554e6e27bd.tar.gz moa-id-spss-c6f543e06c02c0a2635eac2e9b99c2554e6e27bd.tar.bz2 moa-id-spss-c6f543e06c02c0a2635eac2e9b99c2554e6e27bd.zip |
integrate process engine from project 'dti-process-engine'
- fix unit tests
- correct namespaces
- refactor package name
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 ce8fe8971..a251064f6 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" />
<!--
|