All Downloads are FREE. Search and download functionalities are using the official Maven repository.

e.lasta-di.0.9.0.source-code.jta.xml Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components PUBLIC "-//DBFLUTE//DTD LastaDi 1.0//EN"
	"http://dbflute.org/meta/lastadi10.dtd">
<components namespace="jta">
	<!-- cannot use priority component pattern because of DI in the same file 
	 so use redefiner (+.xml) instead if you override these components
	<include condition="#exists('#path')" path="my_jta.xml"/>
	<include condition="#exists('#path')" path="lastafw_jta.xml"/>
	<include path="embedded_jta.xml"/>
	 -->
	<component name="transactionManager" class="org.lastaflute.jta.core.LaTransactionManager"/>
	<component name="userTransaction" class="org.lastaflute.jta.core.LaUserTransaction"/>

	<!-- using TransactionManager -->
	<component name="transactionSynchronizationRegistry" class="org.lastaflute.jta.core.LaTransactionSynchronizationRegistry"/>

	<!-- using TransactionManager, UserTransaction -->
	<component name="transactionManagerAdapter" class="org.lastaflute.di.tx.adapter.JTATransactionManagerAdapter"/>
</components>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy