Re: Question about DBCP code usage

2011-05-24 Thread Phil Steitz
Mark is right there is no problem sharing code across projects. We just brought in a class from Harmony to DBCP itself. I would encourage you guys to consider using DBCP directly though, partly so it will be easier to share patches to the XA code you are mentioning. In particular, the patches

Re: Question about DBCP code usage

2011-05-24 Thread Philippe Mouawad
Hello, Thanks for the quick response. In fact I would like to contribute the code to Tomcat JDBC Pool and it first that is Ofbiz project, because Ofbiz uses largely this Local XA feature. But of course I will be asking them if they are interested and maybe nobody will be :-) Regards Philippe On

Re: Question about DBCP code usage

2011-05-24 Thread Niall Pemberton
On Tue, May 24, 2011 at 3:18 PM, Mark Thomas wrote: > On 24/05/2011 15:09, Philippe Mouawad wrote: >> Hello, >> I have a question regarding code usage of DBCP. >> >> For another pool implementation that is an Apache project, > Out of interest, which one? > >> I would like to >> submit a patch rela

Re: Question about DBCP code usage

2011-05-24 Thread Mark Thomas
On 24/05/2011 15:09, Philippe Mouawad wrote: > Hello, > I have a question regarding code usage of DBCP. > > For another pool implementation that is an Apache project, Out of interest, which one? > I would like to > submit a patch related to LocalXA implementation. > This patch will use (by changi

Question about DBCP code usage

2011-05-24 Thread Philippe Mouawad
Hello, I have a question regarding code usage of DBCP. For another pool implementation that is an Apache project, I would like to submit a patch related to LocalXA implementation. This patch will use (by changing their package location) the following classes from DBCP: - TransactionRegistry