]> git.argeo.org Git - gpl/argeo-slc.git/blob - spring/commands.xml
Prepare next development cycle
[gpl/argeo-slc.git] / spring / commands.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" xmlns:p="http://www.springframework.org/schema/p"
4 xsi:schemaLocation="http://www.springframework.org/schema/beans
5 http://www.springframework.org/schema/beans/spring-beans.xsd">
6
7 <!-- RAP Specific open JCR file service -->
8 <bean id="openJcrFileService" class="org.argeo.slc.client.rap.OpenJcrFileService"
9 scope="prototype" init-method="init" destroy-method="destroy">
10 <property name="repoService" ref="repoService" />
11 </bean>
12
13 <bean id="org.argeo.slc.client.rap.openJcrFile" class="org.argeo.slc.client.ui.specific.OpenJcrFile"
14 scope="prototype">
15 <property name="repoService" ref="repoService" />
16 <!-- Workaround to only force instantiation -->
17 <property name="openJcrFileService" ref="openJcrFileService" />
18 </bean>
19 </beans>