diff --git a/config/alfresco/core-services-context.xml b/config/alfresco/core-services-context.xml
index 934844bd4b..30b6e5fff2 100644
--- a/config/alfresco/core-services-context.xml
+++ b/config/alfresco/core-services-context.xml
@@ -9,9 +9,13 @@
-
-
-
+
+
+
+ 5
+
+
+
@@ -70,8 +74,8 @@
-
-
+
+
@@ -85,6 +89,9 @@
classpath:alfresco/alfresco-shared.properties
+
+ 10
+
diff --git a/source/java/org/alfresco/util/RuntimeSystemPropertiesSetter.java b/source/java/org/alfresco/util/RuntimeSystemPropertiesSetter.java
index d422c008c6..d2b2d149a2 100644
--- a/source/java/org/alfresco/util/RuntimeSystemPropertiesSetter.java
+++ b/source/java/org/alfresco/util/RuntimeSystemPropertiesSetter.java
@@ -29,7 +29,7 @@ import org.springframework.beans.factory.config.BeanFactoryPostProcessor;
import org.springframework.beans.factory.config.ConfigurableListableBeanFactory;
import org.springframework.context.ApplicationContext;
import org.springframework.context.ApplicationContextAware;
-import org.springframework.core.Ordered;
+import org.springframework.core.PriorityOrdered;
import org.springframework.core.io.support.ResourcePatternResolver;
/**
@@ -44,7 +44,7 @@ import org.springframework.core.io.support.ResourcePatternResolver;
* @author Jon Cox
* @see #setProperties(Map)
*/
-public class RuntimeSystemPropertiesSetter implements BeanFactoryPostProcessor, ApplicationContextAware, Ordered
+public class RuntimeSystemPropertiesSetter implements BeanFactoryPostProcessor, ApplicationContextAware, PriorityOrdered
{
private static Log logger = LogFactory.getLog(RuntimeSystemPropertiesSetter.class );