-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 
Author Message
 Post subject: Connetion pool for XA transactions
PostPosted: Thu Nov 19, 2009 5:31 am 
Newbie

Joined: Thu Nov 19, 2009 5:16 am
Posts: 2
Hello,

I have found in the documentation (http://docs.jboss.org/hibernate/core/3.3/reference/en/html/session-configuration.html) about connection pooling:
Quote:
Hibernate's own connection pooling algorithm is, however, quite rudimentary. It is intended to help you get started and is not intended for use in a production system, or even for performance testing.


This is quite intereting to know, cause we are about to put our application into production. So then I read:
Quote:
You should use a third party pool for best performance and stability. Just replace the hibernate.connection.pool_size property with connection pool specific settings. This will turn off Hibernate's internal pool. For example, you might like to use c3p0.


So I tried to use c3p0 and after a lot of problems I discovered that it doesn't support XA Transaction.

I have been searching the net trying to find any other third party pool that support XA Datasource and right know I am struggling...

So my question is, Is there any other connection pool that really support XA Datasource? Too bad c3p0 does not, it has everything that I need.

Thanks in advance
A newbie Spanier in the world of Hibernate


Top
 Profile  
 
 Post subject: Re: Connetion pool for XA transactions
PostPosted: Mon Nov 23, 2009 12:15 pm 
Newbie

Joined: Mon Nov 23, 2009 12:06 pm
Posts: 1
I am currently trying to use ATOMIKOS for XA transactions, it has its own connection pooling mechanism too.

http://www.atomikos.com/Documentation

Different open-source connection pools
http://java-source.net/open-source/connection-pools


Top
 Profile  
 
 Post subject: Re: Connetion pool for XA transactions
PostPosted: Tue Nov 24, 2009 8:17 am 
Newbie

Joined: Thu Nov 19, 2009 5:16 am
Posts: 2
Thanks a lot, I will take a look on ATOMIKOS.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.