blob: 6ea656538a7494152287b9ac30c3df54707eff4d [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!-- A test context with no raven aware components used by the DatabaseSetupTest -->
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:aop="http://www.springframework.org/schema/aop"
xmlns:tx="http://www.springframework.org/schema/tx"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context-2.5.xsd
http://www.springframework.org/schema/tx
http://www.springframework.org/schema/tx/spring-tx-2.5.xsd">
<!-- Test data access object -->
<bean id="testDao"
class="net.sf.taverna.t2.reference.impl.InMemoryReferenceSetDao">
</bean>
<!-- Test list data access object -->
<bean id="testListDao"
class="net.sf.taverna.t2.reference.impl.InMemoryListDao">
</bean>
<!-- Test list data access object -->
<bean id="testErrorDao"
class="net.sf.taverna.t2.reference.impl.InMemoryErrorDocumentDao">
</bean>
</beans>