我目前正在通過'Spring in Action'工作。從各方面入手,我想知道是否有人能看到我的錯誤。 在我AppConfig.xml,我開始了豆declaratiotn有:Spring XML命名空間
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:aop="http://www.springframework.org/schema/aop"
xmlns:p="http://www.springframework.org/schema/p"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-3.0.xsd">
運行的應用程序,我得到以下異常:
Exception in thread "main" org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from class path resource [config/AppConfig.xml]; nested exception is java.lang.NoClassDefFoundError: org/aopalliance/aop/Advice
的定義可能是錯誤的?
任何幫助表示讚賞!
問候, 馬庫斯
這不是一個配置錯誤,它是一個缺少的庫錯誤。你正在部署aop依賴關係嗎? – 2012-01-06 12:38:27