e.lasta-di.0.9.0.source-code.jta.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lasta-di Show documentation
Show all versions of lasta-di Show documentation
DI Container for LastaFlute, super forked from Seasar as Java8
<?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>