Re: [hibernate-dev] H.Search: EventListenerRegister

2008-08-25 Thread Hardy Ferentschik
On Sat, 23 Aug 2008 19:25:35 +0200, Sanne Grinovero <[EMAIL PROTECTED]> wrote: Hello Hardy, thanks for your attention, I'll attach my current version (absolutely untested) just to give the idea. If you look at the current trunk the last listener handling (PostCollectionUpdateEventListener) is

Re: [hibernate-dev] H.Search: EventListenerRegister

2008-08-25 Thread Sanne Grinovero
2008/8/25 Hardy Ferentschik <[EMAIL PROTECTED]>: > On Sat, 23 Aug 2008 19:25:35 +0200, Sanne Grinovero > <[EMAIL PROTECTED]> wrote: > >> Hello Hardy, >> thanks for your attention, I'll attach my current version (absolutely >> untested) just to give the idea. >> If you look at the current trunk the

[hibernate-dev] Hibernate Search : missing solr dependency in maven POM file ?

2008-08-25 Thread Marc Schneider
Hello, As one told me hibernate-search maven support should be considered as an Alpha version. So as I am using maven and hibernate-search 3.1.0Beta1 and trying to make it work I'd like to point out that this dependency is apparently missing (for me) : org.hibernate.apache.lucene.solr apache-sol

[hibernate-dev] http://opensource.atlassian.com/projects/hibernate/browse/HHH-3439

2008-08-25 Thread Steve Ebersole
Wanted to get feedback about proposed change. This is one of those integration SPIs, and just want to make sure we are not unduly affecting anyone by making either of the proposed changes. - Steve Ebersole Project Lead http://hibernate.org [EMAIL PROTECTED] Prin

Re: [hibernate-dev] Hibernate Search : missing solr dependency in maven POM file ?

2008-08-25 Thread Hardy Ferentschik
Hi, there was a bug in the code - http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-247. It should have been optional. The bug is fixed in the next release it should be ok not to include the solr dependecy. --Hardy On Mon, 25 Aug 2008 17:56:53 +0200, Marc Schneider <[EMAI

Re: [hibernate-dev] H.Search: EventListenerRegister

2008-08-25 Thread Hardy Ferentschik
On Mon, 25 Aug 2008 13:48:13 +0200, Sanne Grinovero <[EMAIL PROTECTED]> wrote: A) the latest method "isPresentInListeners"; especially because the current code isn't checking all listeners the same way, I suppose because you merged the now deprecated FullTextIndexCollectionEventListener wit