Re: [hibernate-dev] [HSEARCH] Worker Configuration

2012-05-09 Thread Emmanuel Bernard
> > BTW can you or Sanne or someone else please take look at the class > AvroSerializationProvider, line 73. > Is it really needed to log for every instance of AvroSerializationProvider > the same > information? I have started today for the first time the application server > with the > new Hib

Re: [hibernate-dev] [HSEARCH] Worker Configuration

2012-05-08 Thread Andrej Golovnin
Hi Hardy, > I am not quite sure which message we are talking about concretely, but I just > wanted to say that you > can configure the log level for each single class. You don't have to provide > a custom implementation > just because you don't like the logging in the default implementation.

Re: [hibernate-dev] [HSEARCH] Worker Configuration

2012-05-08 Thread Andrej Golovnin
Hi Sanne, >> Our custom implementation is based on TransactionalWorker. We have a >> requirement >> to specify the index base by a system property. I see that in the current >> Hibernate >> Search it is possible to do it by using the system property "indexBase" >> (s. DirectoryProviderHelper#IND

Re: [hibernate-dev] [HSEARCH] Worker Configuration

2012-05-08 Thread Hardy Ferentschik
On May 7, 2012, at 11:54 PM, Sanne Grinovero wrote: >> And our implementation >> does not produce messages if it creates directories for indexes. I'm >> personally not >> interested in the fact that Hibernate Search creates some directories (btw. >> IMHO it should >> be logged with info level a

Re: [hibernate-dev] [HSEARCH] Worker Configuration

2012-05-07 Thread Sanne Grinovero
Hi Andrej, On 7 May 2012 22:01, Andrej Golovnin wrote: > Hi Hardy, > >> thanks for pointing this out. This is really a bug in the code rather than a >> documentation error. >> I created >> https://hibernate.onjira.com/browse/HSEARCH-1118 >>  to track the issue. There will >> be a 4.1.1 release s

Re: [hibernate-dev] [HSEARCH] Worker Configuration

2012-05-07 Thread Andrej Golovnin
Hi Hardy, > thanks for pointing this out. This is really a bug in the code rather than a > documentation error. > I created > https://hibernate.onjira.com/browse/HSEARCH-1118 > to track the issue. There will > be a 4.1.1 release shortly which will include a fix for the issue. Thanks! > > Ou

Re: [hibernate-dev] [HSEARCH] Worker Configuration

2012-05-07 Thread Hardy Ferentschik
Hi Andrej, thanks for pointing this out. This is really a bug in the code rather than a documentation error. I created https://hibernate.onjira.com/browse/HSEARCH-1118 to track the issue. There will be a 4.1.1 release shortly which will include a fix for the issue. Out of interest though, what

[hibernate-dev] [HSEARCH] Worker Configuration

2012-05-06 Thread Andrej Golovnin
Hi all, I'm in process to migrate an application from an old Hibernate Search version to the latest one. We have been used own implementation of Worker. In the old Hibernate Search version it was possible to define own implementation of Worker using the property "hibernate.search.worker.scope". B