【发布时间】:2014-06-20 08:18:37
【问题描述】:
我创建了一个 Grails 应用程序并创建了 Spring Security 插件设置到它。
当我运行应用程序时,出现以下错误。休眠文件夹为空。谁能帮我解决这个问题?
2014-06-20 13:41:26,946 [http-bio-8080-exec-21] ERROR [/GrailsLoginWithSpring].[gsp] -
Servlet.service() for servlet [gsp] in context with path [/GrailsLoginWithSpring] threw exception
Message: org.springframework.beans.factory.BeanCreationException:
Error creating bean with name 'org.grails.internal.SESSION_FACTORY_HOLDER':
Cannot create inner bean '(inner bean)#3720a15d' of type
[org.codehaus.groovy.grails.orm.hibernate.ConfigurableLocalSessionFactoryBean]
while setting bean property 'sessionFactory';
nested exception is org.springframework.beans.factory.BeanCreationException:
Error creating bean with name '(inner bean)#3720a15d': Invocation of init method failed;
nested exception is java.io.FileNotFoundException: class path resource [hibernate.cfg.xml]
cannot be resolved to URL because it does not exist
【问题讨论】:
标签: java spring hibernate grails