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
Subject: [hibernate-dev] Hibernate Search fails to generate anything Hello, everyone! I'd like to discuss with you the problem. I'm writing a hibernate-search eclipse plugin and currently I have a problem with generating indexes. I try to generate indexes in HSearchServiceProxy cl

[hibernate-dev] Hibernate Search fails to generate anything

2015-07-06 Thread Dmitry Bocharov
Hello, everyone! I'd like to discuss with you the problem. I'm writing a hibernate-search eclipse plugin and currently I have a problem with generating indexes. I try to generate indexes in HSearchServiceProxy class