Questions tagged [bitronix]

Bitronix is a company that produces Open Source software and provides services specializing in large-scale deployment and applications integration. Known for their JTA transaction manager called Bitronix Transaction Manager they offer under General Public License.

Bitronix is a company that produces Open Source software and provides services specializing in large-scale deployment and applications integration. Known for their JTA transaction manager called Bitronix Transaction Manager they offer under General Public License.

The Bitronix Transaction Manager (BTM) is a simple but complete implementation of the JTA 1.0.1B API. Its goal is to provide a fully working XA transaction manager that provides all services required by the JTA API while trying to keep the code as simple as possible for easier understanding of the XA semantics.

Sources

Main website -> http://www.bitronix.be/

Bitronix Transaction Manager - > http://docs.codehaus.org/display/BTM/Home

69 questions
0
votes
1 answer

Cannot make Bitronix manage my datasource/transactions in Spring Boot project

I have been trying to make JPAKnowledgeService for about 3 days now, and I am quite close to giving up, it just seems as too much configuration and detail work for what it is/does. However, I had this problem initially, which is gone away after I…
Hasan Can Saral
  • 2,950
  • 5
  • 43
  • 78
0
votes
1 answer

Bitronix configuration with tomcat throw jndi exception

I am new to bitronix and I need xa transaction in my application. I am trying to configure bitronix with spring but I am getting below exception starting tomcat. Any help is appreciated. Caused by: org.hibernate.engine.jndi.JndiException: Unable to…
B outlook
  • 25
  • 1
  • 4
0
votes
0 answers