[hibernate-dev] [OGM] Tests error on the master branch

2012-11-02 Thread Guillaume SCHEIBEL
Hi guys, I've just run the test suite on the master branch and 3 of them are in error. Actually, they all are into the SimpleQueriesTest class. Here is the error (the same for all): java.lang.AbstractMethodError: org.hibernate.persister.entity.AbstractEntityPersister.getFilterAliasGenerator(Ljava

Re: [hibernate-dev] [OGM] Tests error on the master branch

2012-11-02 Thread Sanne Grinovero
Hi Guillaume, I just checked and it works fine here. My guess is that you didn't update the project configuration? We recently upgraded the Hibernate ORM dependency: not sure what you're using to run the tests, but check it via Maven on the commandline. Cheers, Sanne On 2 November 2012 09:50, Gu

Re: [hibernate-dev] [OGM] Tests error on the master branch

2012-11-02 Thread Guillaume SCHEIBEL
Hi Sanne, I'm up to date (in doubt I re-fetched from upstream). The ORM version is 4.1.7. The errors happened either on Intellij or on CLI. Guillaume 2012/11/2 Sanne Grinovero > Hi Guillaume, > I just checked and it works fine here. My guess is that you didn't update > the project configurati

Re: [hibernate-dev] [OGM] Tests error on the master branch

2012-11-02 Thread Guillaume SCHEIBEL
Hmm the problem seems to be isolated into the mongodb module (all tests are passing in the core module). 2012/11/2 Guillaume SCHEIBEL > Hi Sanne, > > I'm up to date (in doubt I re-fetched from upstream). The ORM version is > 4.1.7. > The errors happened either on Intellij or on CLI. > > Guillau

Re: [hibernate-dev] Where are the batched fetch statements generated?

2012-11-02 Thread Steve Ebersole
Ok, this is pushed to master. All 3 styles are implemented. See issue for details. On Thu, Nov 1, 2012 at 2:43 PM, Steve Ebersole wrote: > fwiw... I have a lot of this implemented locally. At the moment it is > "swappable", but I have not yet exposed this as a setting. Also, I only > have (1)