使用Play框架的BeanDefinitionStoreException

时间:2012-02-09 02:21:32

标签: spring playframework

我试图访问我网站的第一页时遇到此异常。

Oops: BeanDefinitionStoreException
An unexpected error occured caused by exception BeanDefinitionStoreException: I/O failure during classpath scanning; nested exception is java.io.FileNotFoundException: /Users/mmm/Documents/work/workspace/BCR/precompiled/java/app/config/AppConfig$WebserviceMode.class (No such file or directory)

play.exceptions.UnexpectedException: Unexpected Error
    at play.Play.start(Play.java:545)

我正在使用Spring 1.0.2和Play 1.2.4 你能帮帮我吗?我搜索了互联网,但无法得到明确的答复!

2 个答案:

答案 0 :(得分:0)

我认为您遇到了这个问题:https://github.com/pepite/Play--framework-Spring-module/pull/9

在启动应用之前尝试play compile

答案 1 :(得分:0)

我通过删除

上的application-context.xml中的额外属性'xsi'来解决问题