[hibernate-dev] hibernate search + indexing with transaction issue

2009-03-23 Thread Yan Falken
Hi, I have the following problem with indexing in transaction with hibernate search: in case the transaction is opened and I want to perform multiple work types - only one type is actually performed after the commit and the others are ignored; example: TransactionManager tm = new DummyTransact

Re: [hibernate-dev] hibernate search + indexing with transaction issue

2009-03-23 Thread Yan Falken
ok - I think it should support multiple works as there is no way to control clients to do just one operation type - and I think therefore it can be considered as a bug ... please can someone from HS team look at it and clarify ASAP? thanks YF On Mon, Mar 23, 2009 at 02:00:50PM +0100, Yan