コマンドを実行しようとするとgrails run-app --stacktrace
、grails は次のエラーをスローします。
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManagerPostProcessor': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager': Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory': Invocation of init method failed; nested exception is java.lang.ClassCastException: org.grails.datastore.mapping.model.MappingFactory$10 cannot be cast to org.grails.datastore.mapping.model.types.ToMany
私はstatic hasMany
すべてのドメインクラスからコメントしましたが、エラーはまだ続きました.build.gradle
hibernate4を使用してこれを解決するにはどうすればよいですか?