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

Could not commit session or rollback

I am using jBPM5 and along with I have configured Bitronix Transaction Manager (BTM) as transaction manager to be used by jBPM process persistence unit. Everything works fine from past two weeks but suddenly it started failing with following…
Mayank
  • 41
  • 2
  • 11
0
votes
2 answers

How can the Bitronix transaction timeout value be increased in MOQUI?

While developing application in Moqui framework(1.4.1), a frustrating issue regarding the bitronix transaction timeout occurs. I am not able to understand the reason why this happens and the only solution to this is that I have to restart my…
adityazoso
  • 514
  • 5
  • 15
0
votes
1 answer

Bitronix connection reset issue

I seem to get this error when deployed code to our linux environment, not sure what does this mean Please can someone help me to explain and possible fix? java.sql.SQLException: unable to get a connection from pool of a PoolingDataSource containing…
user1224036
  • 988
  • 1
  • 15
  • 34
0
votes
1 answer

get error :cannot commit a resource enlisted in a global transaction in activemq

Could you please help to solve the problem with XA transactions on Activemq and Oracle and Bitronix. I have a activemq and using camel.xml embeded in for routing message from one queue to oracle db. this is the content of camel.xml file in conf…
0
votes
1 answer

Spring transactions doesn't work with Oracle Express

I have a simple standalone application to test transaction management with Spring. Have Oracle Express Edition. Run the following to enable XA grant select on sys.dba_pending_transactions to user_test; grant select on sys.pending_trans$ to…
BigWonder
  • 225
  • 1
  • 4
  • 18
0
votes
1 answer

junit test with jparepository not creating object in database

I am starting a project using Spring 3.2.1.RELEASE, Hibernate 4.1.9.FINAL as jpa provider, spring data 1.2.0.RELEASE for repository and bitronix 2.1.3 as transaction manager. I am new to all of these technologies so I'm sorry if I'm missing some…
iad
  • 21
  • 2
  • 7
0
votes
2 answers

Spring Integration + Transactions + Bitronix

I have a Java based web application. I am using Spring Integration to integrate with Database (Jpa Outbound Adapter) and Tibco EMS (JMS outbound adapter). However, now I need to put some code where the same message needs to be 1. persisted in…
partha
  • 2,286
  • 5
  • 27
  • 37
-1
votes
1 answer

Using Solace with Bitronix JTA Transaction Manager

Currently using Bitronix to manage JDBC (Oracle) and JMS (ActiveMQ). Now looking to swap out ActiveMQ for Solace but can't find any examples of using Bitronix with Solace. Just wondering if anyone has any experience of this? Thanks.
duddingl
  • 1
  • 2
-2
votes
1 answer

does jdbcConnection have ExceptionListener support, similar to jmsConnection?

We use XA/distributed transaction, and I'm trying to notify/update global transaction status, should a participating xaResource-branch throw an exception. A good example can be found in JMS Connection#setExceptionListener(), (ref.link), which…
fall14123
  • 61
  • 1
  • 8
1 2 3 4
5