Re: [hibernate-dev] Modularization of Search

2010-03-16 Thread Emmanuel Bernard
On 16 mars 2010, at 20:05, Hardy Ferentschik wrote: > On Tue, 16 Mar 2010 15:38:40 -0300, Emmanuel Bernard > wrote: > >> What's the list of all potential modules? Then let's see if we want to >> minimize some or create bundles >> >> hibernate-search-core > > Here I had in mind to use just h

Re: [hibernate-dev] Hibernate Search 421

2010-03-16 Thread Amin Mohammed-Coleman
Hi folks, I've removed the enum singleton and created a class(BackendExceptionHandler) which has 2 methods: public Thread.UncaughtExceptionHandler getUncaughtExceptionHandler(SearchConfiguration configuration); public boolean logException(SearchConfiguration configuration) The issue that I

Re: [hibernate-dev] Modularization of Search

2010-03-16 Thread Hardy Ferentschik
On Tue, 16 Mar 2010 15:38:40 -0300, Emmanuel Bernard wrote: > What's the list of all potential modules? Then let's see if we want to > minimize some or create bundles > > hibernate-search-core Here I had in mind to use just hibernate-search so that the main artifact keeps its name. > hibe

Re: [hibernate-dev] Modularization of Search

2010-03-16 Thread Emmanuel Bernard
What's the list of all potential modules? Then let's see if we want to minimize some or create bundles hibernate-search-core hibernate-search-hibernate hibernate-search-jpa hibernate-search-jms hibernate-search-jgroups hibernate-search-infinispan hibernate-search-util //could be use to avoid the

Re: [hibernate-dev] Modularization of Search

2010-03-16 Thread Sanne Grinovero
2010/3/16 Hardy Ferentschik : > Hi, > > I started on the modularization of Search (HSEARCH-468) and would like to > get some feedback. nice, the build is still working for me :) > So far all I've done is to create a parent pom and push the main code into > the hibernate-search module. > > The lay

[hibernate-dev] Modularization of Search

2010-03-16 Thread Hardy Ferentschik
Hi, I started on the modularization of Search (HSEARCH-468) and would like to get some feedback. So far all I've done is to create a parent pom and push the main code into the hibernate-search module. The layout is now: pom.xml (parent) /hibernate-search (the ma