[hibernate-dev] Strange issue massindexer and classbridge

2015-03-12 Thread Marc Schipperheyn
Hi, I just wanted to share a strange issue I had w the massindexer and a classbridge where a whole class of entities was not being indexed by the massindexer (Hibernate Search 5.1). The entity in question was part of an inheritance hierarchy. Something like BaseComment Comment Post R

Re: [hibernate-dev] Strange issue massindexer and classbridge

2015-03-11 Thread Marc Schipperheyn
Are you able to extract a test case. It is really nothing which rings a bell directly. I think we would need to see this happen in a test scenario to be able to dig deeper. > No, don't have time for that. It's a little too edgy for me to spend time on. If it happens again, I'll try to physically d

Re: [hibernate-dev] Strange issue massindexer and classbridge

2015-03-11 Thread Hardy Ferentschik
On Wed, Mar 11, 2015 at 03:48:00PM -0300, Marc Schipperheyn wrote: > Nope, no errors. Are you able to extract a test case. It is really nothing which rings a bell directly. I think we would need to see this happen in a test scenario to be able to dig deeper. --Hardy pgpi8L7QxuvmA.pgp Descript

Re: [hibernate-dev] Strange issue massindexer and classbridge

2015-03-11 Thread Marc Schipperheyn
Nope, no errors. ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] Strange issue massindexer and classbridge

2015-03-11 Thread Sanne Grinovero
Hi Marc, my first guess would be that somehow the custom ClassBridge causes an error? maybe an exception you can find in the logs? Remember exceptions during indexing are not propagated to the originator thread, but handled by the ErrorHandler - which by default logs them. Sanne On 10 March 2015