Files
alfresco-community-repo/source/test-resources/alfresco/web-scripts-application-context-webframework-test.xml
Alan Davis 0e6c3f18ac Merged HEAD-BUG-FIX (5.1/Cloud) to HEAD (5.0/Cloud)
85757: MNT-12461 : Enable and fix FormUIGetRestApiIT following merged of MNT-11660 from V4.2-BUG-FIX - update web-scripts-application-context-webframework-test.xml


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@94517 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2015-01-31 09:34:07 +00:00

27 lines
1.1 KiB
XML

<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans>
<!-- -->
<!-- API Testing -->
<!-- -->
<bean id="webframework.store.classpath.abstract" class="org.springframework.extensions.webscripts.ClassPathStore" abstract="true" init-method="init" />
<bean id="webscripts.store.client.extension" parent="webframework.store.classpath.abstract">
<property name="mustExist"><value>true</value></property>
<property name="classPath"><value>alfresco/site-webscripts</value></property>
</bean>
<bean id="webscripts.web.framework.test" class="org.springframework.extensions.webscripts.TestWebScriptServer">
<property name="container" ref="webscripts.container" />
<property name="configService" ref="web.config" />
</bean>
<bean id="webscript.org.alfresco.test.components.form.form.get" class="org.alfresco.web.scripts.forms.FormUIGetRestApiIT.FormUIGetExtend" parent="webscript">
<property name="configService" ref="web.config" />
</bean>
</beans>