Re: [hibernate-dev] "plugin loading" in Hibernate Search

2009-06-30 Thread Sanne Grinovero
cool, fast answers! opened HSEARCH-384 I'll see what I can do about the context-dependent error messages, I'm experimenting with a String parameter to add some "component description", but I have yet to verify if it's enough for all cases. 2009/6/30 Emmanuel Bernard : > Yes go ahead. The hard par

Re: [hibernate-dev] "plugin loading" in Hibernate Search

2009-06-30 Thread Emmanuel Bernard
Yes go ahead. The hard part is to provide a meaningful error report which depends on the context. On Tue, 2009-06-30 at 14:50 +0200, Sanne Grinovero wrote: > Hi, > the code of Hibernate Search is very extensible, as nearly all > internal modules are "overridable" by user provided implementation; >

Re: [hibernate-dev] "plugin loading" in Hibernate Search

2009-06-30 Thread Hardy Ferentschik
On Tue, 30 Jun 2009 14:50:54 +0200, Sanne Grinovero wrote: I am building a util class to get some consistency, and plan to unit test this extensively to make sure it throws understandable exceptions for the most common mistakes (hey, I need a public no-args constructor! / not implementing th