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

Emmanuel Bernard emmanuel at hibernate.org
Mon Nov 5 07:31:41 EST 2012


There is something fishy with your settings. I've just ran the tests on
master and it passes MongoDB too in 30s.

There could be some corrupt Maven caching that makes you point to the
wrong snapshot. Or you are not on master. I did fix the compilation
error in a recent commit.

Emmanuel

On Fri 2012-11-02 11:11, Guillaume SCHEIBEL wrote:
> Hmm the problem seems to be isolated into the mongodb module (all tests are
> passing in the core module).
> 
> 
> 2012/11/2 Guillaume SCHEIBEL <guillaume.scheibel at gmail.com>
> 
> > 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 <sanne at hibernate.org>
> >
> >> 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, Guillaume SCHEIBEL <
> >> guillaume.scheibel at gmail.com> wrote:
> >>
> >>> 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/lang/String;)Lorg/hibernate/internal/FilterAliasGenerator;
> >>>
> >>> Does anyone have an idea ?
> >>>
> >>> Thanks
> >>>
> >>> Guillaume
> >>> _______________________________________________
> >>> hibernate-dev mailing list
> >>> hibernate-dev at lists.jboss.org
> >>> https://lists.jboss.org/mailman/listinfo/hibernate-dev
> >>>
> >>
> >>
> >
> _______________________________________________
> hibernate-dev mailing list
> hibernate-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/hibernate-dev


More information about the hibernate-dev mailing list