Re: [hibernate-dev] Jandex, scanning and discovery

2014-04-30 Thread Steve Ebersole
I am contemplating something very drastic here. The back story is that we end up needing to index stuff from 2 places: the EntityManagerFactoryBuilder and again from MetadataBuildingProcess (part of Binder processing). The indexing from EntityManagerFactoryBuilder happens just during JPA bootstra

Re: [hibernate-dev] [Search] Index embedded and id property of embedded entity

2014-04-30 Thread Hardy Ferentschik
> So it has been an explicit choice at some point of time. > >> - API wise it's much more complex to express the request-for-removal >> than to simply add it to includePath when needed > > The question is also about a consistent behaviour across all use cases. Sure, > we can add the id via the

[hibernate-dev] Build failure executing :hibernate-core:runAnnotationProcessors

2014-04-30 Thread Mahesh Gadgil
I am facing the same issue Gale Badner mentioned in his email (hibernate-core:runAnnotationProcessors - BUILD FAILED) - Gail Badner Fri, 28 Mar 2014 16:35:18 -0700. but unlike him I am unable to resolve the issue. I am using java 1.7.0_51 and tried to compile 4.3 branch. ThanksMahesh