Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moqui/moqui-atomikos
Moqui tool component for Atomikos Transactions Essentials for JTA and connection pool (replaces default Bitronix transaction manager)
https://github.com/moqui/moqui-atomikos
atomikos atomikos-transactions-essentials moqui moqui-framework
Last synced: about 2 months ago
JSON representation
Moqui tool component for Atomikos Transactions Essentials for JTA and connection pool (replaces default Bitronix transaction manager)
- Host: GitHub
- URL: https://github.com/moqui/moqui-atomikos
- Owner: moqui
- License: other
- Created: 2016-06-11T17:36:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-12-16T17:00:38.000Z (about 3 years ago)
- Last Synced: 2024-03-25T23:57:31.220Z (10 months ago)
- Topics: atomikos, atomikos-transactions-essentials, moqui, moqui-framework
- Language: Groovy
- Size: 12.7 KB
- Stars: 3
- Watchers: 5
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Moqui Atomikos Tool Component
[![license](http://img.shields.io/badge/license-CC0%201.0%20Universal-blue.svg)](https://github.com/moqui/moqui-atomikos/blob/master/LICENSE.md)
[![release](http://img.shields.io/github/release/moqui/moqui-atomikos.svg)](https://github.com/moqui/moqui-atomikos/releases)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):
$ ./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.