[hibernate-dev] Hibernate Search 5.0.0.Final released!

2014-12-17 Thread Sanne Grinovero
And on the same day as the first ever release of Hibernate OGM, we have a major release of Hibernate Search 5 as well! All details on the blog: http://in.relation.to/Bloggers/AFreshNewMajorReleaseHibernateSearch500Final Regards, Sanne ___ hibernate-dev

Re: [hibernate-dev] Remove added XML from confiuration

2014-12-17 Thread Steve Ebersole
Can you explain better what exactly you are doing whe you say "adding mapping files dynamically"? Which specific method are you using? And then why are you wanting to remove them. I am confused. On Dec 13, 2014 10:19 PM, "Vikas Bali" wrote: > Hi all > > I am having problem while adding mappin

[hibernate-dev] Hibernate OGM 4.1 *Final*

2014-12-17 Thread Emmanuel Bernard
Today is a big day. The first release of Hibernate OGM with final status. Ever! Don't be fooled by the 4.1 number. Hibernate OGM is an object mapper for various NoSQL engines offering the familiar JPA APIs. This final version offers mapping for MongoDB, Neo4J, Infinispan and Ehcache. No more ex

Re: [hibernate-dev] Help with Hibernate OGM-401

2014-12-17 Thread Ajay Bhat
I worked on the issue a bit and while doing tests I get this error in BuiltInTypeTest. I can't trace the source of the error. Could you pls help me out and point out where I'm going wrong here? I've linked relevant files in my forked repo. https://github.com/ajaybhat/hibernate-ogm/blob/testOGM-401