项目作者: moqui

项目描述 :
Moqui tool component for Atomikos Transactions Essentials for JTA and connection pool (replaces default Bitronix transaction manager)
高级语言: Groovy
项目地址: git://github.com/moqui/moqui-atomikos.git
创建时间: 2016-06-11T17:36:54Z
项目社区:https://github.com/moqui/moqui-atomikos

开源协议:Other

下载


Moqui Atomikos Tool Component

license
release

Moqui tool component for Atomikos Transactions Essentials for JTA and connection pool. This replaces the default
Bitronix transaction manager in Moqui Framework.

To install run (with moqui-framework):

  1. $ ./gradlew getComponent -Pcomponent=moqui-atomikos

This will add the component to the Moqui runtime/component directory.

The Atomikos and dependent JAR files are added to the lib directory when the build is run for this component, which is
designed to be done from the Moqui build (ie from the moqui root directory) along with all other component builds.

To use just install this component. The configuration for the TransactionInternal implementation is already in place in
the MoquiConf.xml included in this component (with a transaction-facade.transaction-internal elements) and will be
merged with the main configuration at runtime.