現在、私は「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
定義が間違っている可能性がありますか?
よろしく、 マーカス
設定エラーではありません。ライブラリエラーがありません。あなたは依存関係を展開していますか? –