RE: JE Directory/XA Transactions

2005-12-29 Thread Robert Engels
: JE Directory/XA Transactions On Thu, 29 Dec 2005, Donovan Aaron wrote: > I recently ported Andi Vajda's DbDirectory to the Java Edition of > Berkeley DB. The main reason being the JCA connector and XA > transactions. Initial results are great and shown below. I'm new to &g

Re: JE Directory/XA Transactions

2005-12-29 Thread Erik Hatcher
On Dec 29, 2005, at 6:16 PM, Andi Vajda wrote: On Thu, 29 Dec 2005, Erik Hatcher wrote: Does it make sense for this to integrate in with contrib/db or should it stand on its own? Andi - what are your thoughts on the organization of it? Does DbDirectory need any refactoring (such as a

Re: JE Directory/XA Transactions

2005-12-29 Thread Andi Vajda
On Thu, 29 Dec 2005, Erik Hatcher wrote: Does it make sense for this to integrate in with contrib/db or should it stand on its own? Andi - what are your thoughts on the organization of it? Does DbDirectory need any refactoring (such as a name change) to make room for the JE implementation

Re: JE Directory/XA Transactions

2005-12-29 Thread Andi Vajda
On Thu, 29 Dec 2005, Donovan Aaron wrote: I recently ported Andi Vajda's DbDirectory to the Java Edition of Berkeley DB. The main reason being the JCA connector and XA transactions. Initial results are great and shown below. I'm new to contributing. What is the procedure for making this cod

RE: JE Directory/XA Transactions

2005-12-29 Thread Donovan Aaron
: Re: JE Directory/XA Transactions Does it make sense for this to integrate in with contrib/db or should it stand on its own? Andi - what are your thoughts on the organization of it? Does DbDirectory need any refactoring (such as a name change) to make room for the JE implementation

Re: JE Directory/XA Transactions

2005-12-29 Thread Erik Hatcher
:58 PM, Donovan Aaron wrote: I submitted the code as JIRA issue LUCENE-482. -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Thursday, December 29, 2005 1:29 PM To: java-dev@lucene.apache.org Subject: Re: JE Directory/XA Transactions Aaron, this is great news! As

RE: JE Directory/XA Transactions

2005-12-29 Thread Donovan Aaron
I submitted the code as JIRA issue LUCENE-482. -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Thursday, December 29, 2005 1:29 PM To: java-dev@lucene.apache.org Subject: Re: JE Directory/XA Transactions Aaron, this is great news! As for contributing, the best

Re: JE Directory/XA Transactions

2005-12-29 Thread Erik Hatcher
Aaron, this is great news! As for contributing, the best thing to do is follow along with the conventions set up in the contrib/db area. Maybe your contribution could co-exist with that area? If it does make sense for it to co- exist with DbDirectory, then put your files in your local cop