Why isn't the Spring AOP XML schema properly loaded when Tomcat loads & reads beans.xml

后端 未结 1 1028
时光取名叫无心
时光取名叫无心 2021-01-19 11:46

I\'m trying to use Spring\'s Schema Based AOP Support in Eclipse and am getting errors when trying to load the configuration in Tomcat.

There are no errors in Eclips

相关标签:
1条回答
  • 2021-01-19 11:48

    Check that you have the Spring AOP jar (spring-aop.jar) in the WEB-INF/lib folder of your webapp.

    That jar contais the specified XSD.

    0 讨论(0)
提交回复
热议问题