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

bytetcc-supports.0.5.12.source-code.bytetcc-supports-tcc.xml Maven / Gradle / Ivy

Go to download

The bytetcc-supports project is the module of ByteTCC for integrating with third-party open source project.

The newest version!
<?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:context="http://www.springframework.org/schema/context" 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-3.0.xsd
           http://www.springframework.org/schema/context
           http://www.springframework.org/schema/context/spring-context-3.0.xsd
           http://www.springframework.org/schema/aop
           http://www.springframework.org/schema/aop/spring-aop-3.0.xsd
           http://www.springframework.org/schema/tx
           http://www.springframework.org/schema/tx/spring-tx-3.0.xsd">

	<bean class="org.bytesoft.bytetcc.supports.spring.CompensableBeanFactoryAutoInjector" />
	<bean class="org.bytesoft.bytetcc.supports.spring.CompensableContextAutoInjector" />
	<bean class="org.bytesoft.bytetcc.supports.spring.TransactionAdviceOrderStraightener" />
	<bean class="org.bytesoft.bytetcc.supports.spring.CompensableAnnotationConfigValidator" />

	<bean class="org.bytesoft.bytetcc.supports.resource.LocalXADataSourcePostProcessor" />

	<bean class="org.bytesoft.bytetcc.supports.spring.SpringContextRegistry" factory-method="getInstance" />

	<bean id="bytetccUserTransaction" class="org.bytesoft.bytetcc.UserCompensableImpl" />
	<bean id="bytetccCompensableManager" class="org.bytesoft.bytetcc.CompensableManagerImpl" />
	<bean id="transactionManager" class="org.bytesoft.bytetcc.TransactionManagerImpl" />

	<bean id="bytetccCompensableCoordinator" class="org.bytesoft.bytetcc.CompensableCoordinator" />
	<bean id="bytetccTransactionCoordinator" class="org.bytesoft.bytetcc.TransactionCoordinator" />

	<bean id="bytetccXidFactory" class="org.bytesoft.bytetcc.xa.XidFactoryImpl" />

	<bean id="bytetccCompensableInterceptor" class="org.bytesoft.bytetcc.supports.rpc.CompensableInterceptorImpl" />

	<bean id="springContainerContext" class="org.bytesoft.bytetcc.supports.spring.SpringContainerContextImpl" />

	<bean id="bytetccCompensableContext" class="org.bytesoft.bytetcc.CompensableContextImpl" />

</beans>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy