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

2009-03-25 Thread Emmanuel Bernard
Good question. return; is what is expected (see HSEARCH-257). The scenario you are describing (delete + add in the same transaction) cannot happen in Hibernate unless you use assigned ids and don't have any kind of association in your object. Even in this case you are cheating the system.

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

2009-03-23 Thread Chris Bredesen
This list is not for support, it's for the development of Hibernate. You can take your question to the forums or raise a JIRA if you think you've found a bug. Best, Chris Yan Falken wrote: ok - I think it should support multiple works as there is no way to control clients to do just one oper

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 Falken