Re: [DBCP] PoolManager + JTA simple implementation for local transactions

2004-04-05 Thread Dirk Verbeeck
Jakarta-Commons is probably the best place for it but lets see if there is a community for it, getting the geronumo guys on board would be a plus. -- Dirk hammett wrote: Hey Dirk I read some non-good comments about DBCP in some posts on TheServerSide. These really bothered me, and I'm

Re: [DBCP] PoolManager + JTA simple implementation for local transactions

2004-04-05 Thread hammett
Jakarta- Commons is probably the best place for it but lets see if there is a community for it, getting the geronumo guys on bo ard would be a plus. Hey Dirk, I realized that I didn't have time to write the JCA implementation by myself then in a few days :-( so by now I'll use Geronimo

Re: [DBCP] PoolManager + JTA simple implementation for local transactions

2004-04-04 Thread Dirk Verbeeck
I have created a prototype of a PoolingXADataSource a couple of months ago. Someone asked about implementing a XA DBCP pool and I made this prototype just to see if it was possible. It probably needs some error handling and review of the corner cases but it's a start. Anyway I just implemented

Re: [DBCP] PoolManager + JTA simple implementation for local transactions

2004-04-04 Thread Dirk Verbeeck
The prototype can be found here: http://cvs.apache.org/~dirkv/dbcp/xa.zip -- Dirk Dirk Verbeeck wrote: I have created a prototype of a PoolingXADataSource a couple of months ago. Someone asked about implementing a XA DBCP pool and I made this prototype just to see if it was possible. It

Re: [DBCP] PoolManager + JTA simple implementation for local transactions

2004-04-04 Thread hammett
, 2004 4:18 PM Subject: Re: [DBCP] PoolManager + JTA simple implementation for local transactions I have created a prototype of a PoolingXADataSource a couple of months ago. Someone asked about implementing a XA DBCP pool and I made this prototype just to see if it was possible. It probably needs

Re: [DBCP] PoolManager + JTA simple implementation for local transactions

2004-04-04 Thread hammett
, 2004 4:18 PM Subject: Re: [DBCP] PoolManager + JTA simple implementation for local transactions I have created a prototype of a PoolingXADataSource a couple of months ago. Someone asked about implementing a XA DBCP pool and I made this prototype just to see if it was possible. It probably needs

[DBCP] PoolManager + JTA simple implementation for local transactions

2004-04-01 Thread hammett
Hey guys! I wonder if there is some activity on this subject around here. I already developed something like that but I'm not very satisfied. In fact I'm having some trouble with lot of simultaneos access in my pool implementation. I'd like to migrate to DBCP Pool implementation (using an Avalon