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
Because of the hardcoded dependency on the hibernate plugin, it is not possible to use the hibernate4 plugin, which now is the default for Grails 2.4.
Error messages include:
Caused by NotWritablePropertyException: Invalid property 'lobHandler' of bean class [org.codehaus.groovy.grails.orm.hibernate.ConfigurableLocalSessionFactoryBean]: Bean property 'lobHandler' is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter?
->> 262 | run in java.util.concurrent.FutureTask
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
| 1145 | runWorker in java.util.concurrent.ThreadPoolExecutor
| 615 | run . . . in java.util.concurrent.ThreadPoolExecutor$Worker
^ 745 | run in java.lang.Thread
The text was updated successfully, but these errors were encountered:
Because of the hardcoded dependency on the hibernate plugin, it is not possible to use the hibernate4 plugin, which now is the default for Grails 2.4.
Error messages include:
The text was updated successfully, but these errors were encountered: