Fix keyring configuration
[lgpl/argeo-commons.git] / org.argeo.cms.ui.workbench / META-INF / spring / keyring.xml
index 59c7c544ba472e004d9a34a547d2064c337f3e9b..0929524d84fa980798f1c497a584152faafdd59d 100644 (file)
@@ -4,15 +4,6 @@
        xmlns:p="http://www.springframework.org/schema/p"
        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
         http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.5.xsd">
-
-       <bean
-               class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
-               <property name="systemPropertiesModeName" value="SYSTEM_PROPERTIES_MODE_OVERRIDE" />
-               <property name="locations">
-                       <value>osgibundle:securityui.properties</value>
-               </property>
-       </bean>
-
        <bean id="nodeSession" class="org.argeo.jcr.spring.ThreadBoundSession"
                destroy-method="dispose">
                <property name="repository" ref="nodeRepository" />