]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - plugins/org.argeo.slc.client.rap/META-INF/spring/commands.xml
Fix file download for rap. Add various links in the bundle detail editor.
[gpl/argeo-slc.git] / plugins / org.argeo.slc.client.rap / META-INF / spring / commands.xml
index 78adfc6cd2f8c6d51823b4cba7d6427cf4bdd8fd..f19c5510380927c08fc4ce310b649b4f8015557e 100644 (file)
@@ -5,15 +5,16 @@
         http://www.springframework.org/schema/beans/spring-beans.xsd">
 
        <!-- RAP Specific open JCR file service -->
-       <bean id="openJcrFileService" class="org.argeo.slc.client.rap.OpenJcrFileService"
-               scope="prototype" init-method="init" destroy-method="destroy">
-               <property name="repoService" ref="repoService" />
-       </bean>
+       <!-- <bean id="openJcrFileService" class="org.argeo.slc.client.rap.OpenJcrFileService" -->
+       <!-- scope="prototype" init-method="init" destroy-method="destroy"> -->
+       <!-- <property name="repoService" ref="repoService" /> -->
+       <!-- <property name="repositoryFactory" ref="repositoryFactory" /> -->
+       <!-- <property name="keyring" ref="keyring" /> -->
+       <!-- <property name="nodeRepository" ref="nodeRepository" /> -->
+       <!-- </bean> -->
 
        <bean id="org.argeo.slc.client.rap.openJcrFile" class="org.argeo.slc.client.ui.specific.OpenJcrFile"
                scope="prototype">
                <property name="repoService" ref="repoService" />
-               <!-- Workaround to only force instantiation -->
-               <property name="openJcrFileService" ref="openJcrFileService" />
        </bean>
 </beans>
\ No newline at end of file