2012-02-09 95 views
1

当我尝试访问我的网站的第一页时,出现此异常。BeanDefinitionStoreException与Play框架

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和1.2.4播放你 可以请帮我在这?我搜索了互联网,但无法得到明确的回应!

+0

在我的应用程序的context.xml移除额外属性“XSI”固定的问题,我通过 xbmono 2012-02-10 00:13:05

回答

0

我认为你打这个问题:https://github.com/pepite/Play--framework-Spring-module/pull/9

开始您的应用程序之前先试用play compile

+0

感谢在我的应用程序的context.xml移除额外属性“XSI”固定的问题。实际上,在添加'play.spring.namespace-aware = true'后,它在** application-context.xml **中抱怨** xsi **属性,然后我删除了额外的xsi,现在它工作正常 – xbmono 2012-02-15 00:42:56