Files
spring-batch/spring-batch-core/build/resources/test/META-INF/alternativeJsrBaseContext.xml
Michael Minella 75ab909314 update
2017-03-23 10:18:33 -05:00

10 lines
439 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<bean id="transactionManager"
class="org.springframework.batch.support.transaction.ResourcelessTransactionManager"/>
</beans>