]> git.argeo.org Git - gpl/argeo-slc.git/commitdiff
First slc execution JCR mapping
authorMathieu Baudier <mbaudier@argeo.org>
Sun, 21 Feb 2010 18:09:30 +0000 (18:09 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Sun, 21 Feb 2010 18:09:30 +0000 (18:09 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@3375 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

runtime/org.argeo.slc.support.jcr/src/test/resources/org/argeo/slc/jcr/dao/applicationContext.xml

index ce0d1e50252f42b08cdc37ef353a04d398fe3d95..edeb8cb3447a020f982b7cd76c343cc8a0291f9e 100644 (file)
@@ -5,6 +5,12 @@
 \r
        <import resource="classpath:/org/argeo/slc/castor/spring.xml" />\r
 \r
+       <bean\r
+               class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">\r
+               <property name="systemPropertiesModeName" value="SYSTEM_PROPERTIES_MODE_OVERRIDE" />\r
+               <property name="ignoreUnresolvablePlaceholders" value="true" />\r
+       </bean>\r
+\r
        <bean id="slcExecutionDao" class="org.argeo.slc.jcr.dao.SlcExecutionDaoJcr">\r
                <property name="marshaller" ref="slcDefault.castor.marshaller" />\r
                <property name="session" ref="argeo.jcr.session.inMemory" />\r