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
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
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
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
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
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