From 63bb1036480ff177c433584e91f946ab3686bf86 Mon Sep 17 00:00:00 2001 From: bsinou Date: Sat, 1 Apr 2017 08:12:56 +0200 Subject: [PATCH] Fix spring bindings --- .../META-INF/spring/backend-services.xml | 2 +- .../META-INF/spring/workbench-services.xml | 17 +++++++++++++---- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/org.argeo.suite.apps/META-INF/spring/backend-services.xml b/org.argeo.suite.apps/META-INF/spring/backend-services.xml index bae1034..3a6aad6 100644 --- a/org.argeo.suite.apps/META-INF/spring/backend-services.xml +++ b/org.argeo.suite.apps/META-INF/spring/backend-services.xml @@ -30,8 +30,8 @@ - + diff --git a/org.argeo.suite.apps/META-INF/spring/workbench-services.xml b/org.argeo.suite.apps/META-INF/spring/workbench-services.xml index ea46634..86b71a2 100644 --- a/org.argeo.suite.apps/META-INF/spring/workbench-services.xml +++ b/org.argeo.suite.apps/META-INF/spring/workbench-services.xml @@ -8,16 +8,25 @@ class="org.argeo.connect.resources.workbench.ResourcesWorkbenchService" /> + class="org.argeo.activities.workbench.ActivitiesWorkbenchService"> + + + + - + + + + + + - + + -- 2.30.2