Re: [hibernate-dev] SessionImpl.list(CriteriaImpl criteria) returns an empty list when no implementors exist

2009-02-16 Thread Max Rydahl Andersen
you need to explain more specifically what you mean by "if the implementators exists" ? i.e. an example. /max Hi all, in using hibernate v31final SessionImpl.list(CriteriaImpl criteria), I had an issue where hibernate would return an empty list when no implementors existed for the entity nam

[hibernate-dev] Hibernate Search: configure the LockingFactory

2009-02-16 Thread Sanne Grinovero
Hi all, to solve HSEARCH-284 (Lucene locks left around in application restart/crash) I am investigating the differences in all Lucene's LockFactory implementations; some of them are interesting and I would like to add a configuration option to replace the default one in Hibernate Search. 1) proper