Re: [hibernate-dev] Hibernate Search fails to generate anything

2015-07-17 Thread Sanne Grinovero
Hi Koen, is it possible that it's initializing with the wrong version of Hibernate ORM ? Dimitry below mentioned versions hibernate-core 4.3.1 and hibernate-search 5.0.1; these are getting a bit old now but they work fine together. Is it possible the jboss-tools plugin could use a different hibern

Re: [hibernate-dev] Hibernate Search fails to generate anything

2015-07-17 Thread Koen Aers
Hey Sanne and Dmitry, I am trying to wrap my head around this problem and I found that Hibernate ORM can see the Hibernate Search services. “SearchFactoryReference” is instantiated while building the services. However, its “initialize” method is never called. AFAICS this is the responsibility o

Re: [hibernate-dev] Hibernate Search fails to generate anything

2015-07-15 Thread Sanne Grinovero
Hi Koen, this is a classloader issue for which we'll need your help. It's a very simple issue: Hibernate ORM needs to see the services exposed from Hibernate Search when the SessionFactory is started, so that it triggers the correct integrations. My guess is that some metadata needs to be changed

Re: [hibernate-dev] Hibernate Search fails to generate anything

2015-07-07 Thread Martin Braun
Hi, sounds a lot like Hibernate Search is not properly started yet if the ExtendedSearchIntegrator is equal to null. Martin Braun martinbraun...@aol.com www.github.com/s4ke -Original Message- From: Dmitry Bocharov To: Koen Aers ; hibernate-dev Sent: Mon, Jul 6, 2015 3:30 pm Sub