You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At runtime, after change in hibernate mapped domain class, I get String-based queries like [executeQuery] are currently not supported in this implementation of GORM UnsupportedOperationException
I suppose that during class reloading, the hibernate's gorm implementation is somehow replaced with mongo's implementation.
It happens only when compile :mongodb:3.0.3 is added to BuildConfig, even though any mongo datastore/domain is not configured. Removal of mongodb plugin solves problem. But I need mongodb in my actual app.
I attached logs with couple of comments what actions I took. test4.txt If logs are not enough to tackle it, I am able to provide sample app.
My env:
Grails version: 2.5.4
java version "1.8.0_112"
plugins used:
At runtime, after change in hibernate mapped domain class, I get
String-based queries like [executeQuery] are currently not supported in this implementation of GORM
UnsupportedOperationExceptionI suppose that during class reloading, the hibernate's gorm implementation is somehow replaced with mongo's implementation.
It happens only when
compile :mongodb:3.0.3
is added to BuildConfig, even though any mongo datastore/domain is not configured. Removal of mongodb plugin solves problem. But I need mongodb in my actual app.I attached logs with couple of comments what actions I took. test4.txt If logs are not enough to tackle it, I am able to provide sample app.
My env:
Grails version: 2.5.4
java version "1.8.0_112"
plugins used:
The text was updated successfully, but these errors were encountered: