- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我是Grails(2.4.1)的新手。我正在尝试使用乔达时间(1.5)。当我将下面的脚本放入Config.groovy时,发生错误。
grails.gorm.default.mapping = {
"user-type" type: org.jadira.usertype.dateandtime.joda.PersistentDateTime, class: org.joda.time.DateTime
"user-type" type: org.jadira.usertype.dateandtime.joda.PersistentLocalDate, class: org.joda.time.LocalDate
// … define as many other user type mappings as you need
}
error: Error | 2014-07-12 23:45:31,632 [localhost-startStop-1] ERROR context.GrailsContextLoaderListener - Error initializing the application: 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.NoClassDefFoundError: org/hibernate/engine/SessionImplementor Message: 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.NoClassDefFoundError: org/hibernate/engine/SessionImplementor
最佳答案
我通过升级插件使用的Jadira Usertype库依赖关系来修复了相同的错误。
Joda Time插件建议使用“org.jadira.usertype:usertype.jodatime:1.9”,它仅适用于Hibernate3。尝试使用Hibernate 4时切换至“org.jadira.usertype:usertype.core:3.2.0.GA” 。
关于grails - 设置 “user-type”类型时出错:org.jadira.usertype.dateandtime.joda.PersistentDateTime,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24719178/
我在我的项目中使用jadira usertype + joda time。我正在使用 hibernate + Spring 。我的 bean pojo 使用 spring 注释作为 @CreatedD
在尝试启动 SpringApplication 时,使用 Maven 添加 Jadira 依赖项会导致 AbstractMethodError。堆栈跟踪中没有任何帮助;它没有引用我自己的任何类(cla
我进行了研究,但我看不到这个问题的任何答案,尽管有很多类似的答案。 我有一个使用 Spring Data JPA 和 Joda Time 的 Spring Boot 应用程序 (1.3.3.RELEA
我需要以以下格式存储我接收到的增量时间:yyyy-MM-ddTHH:mm 在数据库中。为此,我正在使用 Joda-Time Period类(class)。现在,我必须完成从 Period 到 DB 列
我正在尝试使用 Hibernate 和 JPA 来保留 java.time.LocalDateTime。我使用了 Jadira 框架(“org.jadira.usertype:usertype.cor
我收到了一个遗留的 Spring Hibernate DAO 项目,它是 Spring 3.2.0 和 Hibernate 3.5。我将它向上游转换为 Spring 3.2.3.RELEASE 和 H
我一直在尝试将 Jadira 6.0 与 Hibernate 4.3.11.FINAL 一起使用,但出现以下异常 java.lang.AbstractMethodError: Method org/j
我是Grails(2.4.1)的新手。我正在尝试使用乔达时间(1.5)。当我将下面的脚本放入Config.groovy时,发生错误。 grails.gorm.default.mapping = {
在我的 hibernate-4 实体中,我正在映射一个 joda-time DateTime使用推荐的属性 jadira usertypes : @Entity @Table(name="timing
我的 Spring 应用程序中有 Joda Time 和 Hibernate 的问题。我目前使用以下设置: def springVersion = '3.2.12.RELEASE' def hiber
试试这个: @Type(type = "org.jadira.usertype.moneyandcurrency.joda.PersistentMoneyAmountAndCurrency") pri
我是一名优秀的程序员,十分优秀!