ework.frankframework-core.8.1.0.source-code.springIBISTEST.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:util="http://www.springframework.org/schema/util" xsi:schemaLocation= " http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd " > <bean id="txManagerReal" class="org.frankframework.jta.ThreadConnectableDataSourceTransactionManager"> <property name="dataSource"> <ref bean="defaultDataSource"/> </property> <property name="transactionSynchronization"> <util:constant static-field="org.springframework.transaction.support.AbstractPlatformTransactionManager.SYNCHRONIZATION_ON_ACTUAL_TRANSACTION"/> </property> </bean> <bean id="defaultDataSource" factory-bean="dataSourceFactory" factory-method="getDataSource" > <constructor-arg value="${jdbc.datasource.default}" /> </bean> </beans>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy