or in namedQueries in Grails 2.3.8: AbstractMethodError

前端 未结 2 1491
说谎
说谎 2021-01-28 23:56

After upgrading from Grails 2.2.4 to 2.3.8 I\'m getting

java.lang.AbstractMethodError: grails.orm.HibernateCriteriaBuilder.or(Lgroovy/la

2条回答
  •  生来不讨喜
    2021-01-29 00:14

    I found the problem.

    when I downdraded mongo-db plugin from

    compile ':mongodb:3.0.1'

    to

    compile ':mongodb:3.0.0'

    it worked like charm again.

提交回复
热议问题