GithubHelp home page GithubHelp logo

Comments (3)

jonesde avatar jonesde commented on June 14, 2024

That jar file (btm-3.0.0-SNAPSHOT.jar) comes from the framework/lib directory based on a build from the btm repository on GitHub (actually a stabilization fork under my account: jonesde/btm on GitHub). It is not available in the maven central repository.

from moqui-framework.

zimskyhub avatar zimskyhub commented on June 14, 2024

got it, thanks, the btm-3.0.0-SNAPSHOT has not updated for many years, Is it will be Deprecated?

from moqui-framework.

jonesde avatar jonesde commented on June 14, 2024

It is the default transaction manager and database connection pool used in Moqui. There are no current plans to deprecate it or replace it with something else as it works fine.

It is possible to use alternatives, like Atomikos and there is an old moqui-atomikos component that shows how this can be done. That component is NOT recommended because in addition to Atomikos performing worse than Bitronix, it had many different bugs over time and the open source version of it gets a low priority for fixes which means that in order to get a reliable/stable version to use in production you have to buy a license. I don't know if that is still the case with open source Atomikos, I gave up on it a number of years ago.

If there ever is a need for an alternative transaction manager and connection pool, then we'll figure something out at that point. Unless there is something I'm not aware of, it is not an issue now.

On a side note, if you are running in a full application server like Weblogic (not common these days) and you get connections through JNDI plus access the transaction manager through JNDI then you will not be using Bitronix (see details in the MoquiDefaultConf.xml file, in the entity-facade and transaction-facade sections).

from moqui-framework.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.