Files
alfresco-community-repo/source/test-resources/alfresco/web-scripts-application-context-test.xml
Will Abson 5ceca11a7b Merged HEAD-BUG-FIX (5.0/Cloud) to HEAD (5.0/Cloud)
75050: Merged WAT2 (5.0/Cloud) to HEAD-BUG-FIX (5.0/Cloud)
      72319: Various hacks to get around issues with the ant system-build-test classpath


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@75378 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2014-07-01 15:12:42 +00:00

32 lines
1.3 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="webscripts.test" class="org.alfresco.repo.web.scripts.TestWebScriptRepoServer">
<property name="container" ref="webscripts.container" />
<property name="authenticationService" ref="authenticationService" />
<property name="configService" ref="web.config" />
<property name="transactionHelper" ref="retryingTransactionHelper" />
<property name="messages">
<bean class="org.springframework.context.support.ResourceBundleMessageSource">
<property name="basenames">
<list>
<value>webscripts/messages/webscripts</value>
</list>
</property>
</bean>
</property>
</bean>
<bean id="webscript.org.alfresco.runas.largecontent.put" class="org.alfresco.repo.web.scripts.test.LargeContentTestPut" parent="webscript">
</bean>
<!-- Beans used for testing that overide funtionality in the core product -->
<bean id="eventPublisher" class="org.alfresco.repo.events.EventPublisherForTestingOnly" />
</beans>