Lucene and J2EE transactions

2005-04-21 Thread Peter Gelderbloem
Hi, I am looking to get Lucene to participate in a JTA transaction. What would be the best way to do this? I am thinking maybe use a message queue that feeds an indexing thread/message driven bean with add update and delete information. Or maybe using a subclass of Directory that uses a relational

Re: Lucene and J2EE transactions

2005-04-21 Thread Erik Hatcher
On Apr 21, 2005, at 9:43 AM, Peter Gelderbloem wrote: Hi, I am looking to get Lucene to participate in a JTA transaction. What would be the best way to do this? Have a look at LuceneRAR: https://lucenerar.dev.java.net/ I have no experience with it, but it fits what you're looking for. I am thinkin

Re: Lucene and J2EE transactions

2005-04-21 Thread Joseph B. Ottinger
Well, LuceneRAR isn't transactional - yet. As soon as I figure out how to queue deletes, though... :) On Thu, 21 Apr 2005, Erik Hatcher wrote: On Apr 21, 2005, at 9:43 AM, Peter Gelderbloem wrote: Hi, I am looking to get Lucene to participate in a JTA transaction. What would be the best way to do