]> git.argeo.org Git - lgpl/argeo-commons.git/blob - common.xml
5b64119f816b88dd3c783122ca7c27ae9e251f31
[lgpl/argeo-commons.git] / common.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <beans xmlns="http://www.springframework.org/schema/beans"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">
5
6 <bean
7 class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
8 <property name="systemPropertiesModeName" value="SYSTEM_PROPERTIES_MODE_OVERRIDE" />
9 <property name="locations">
10 <value>osgibundle:security-admin.properties</value>
11 </property>
12 </bean>
13
14 <bean id="session" class="org.argeo.security.jcr.SecureThreadBoundSession">
15 <property name="workspace" value="${argeo.node.repo.securityWorkspace}" />
16 <property name="repository" ref="nodeRepository" />
17 </bean>
18 </beans>