or in namedQueries in Grails 2.3.8: AbstractMethodError

前端 未结 2 1490
说谎
说谎 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:01

    Rather than downgrade mongodb try and upgrade the version of hibernate you are using to the latest version to make sure the 2 project’s dependencies are in sync

    0 讨论(0)
  • 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.

    0 讨论(0)
提交回复
热议问题