请教:spring3 TransactionProxyFactoryBean的配置,问题如下
我的框架:springMVC3+spring3.0.5+springJDBCTemplate
我的配置如下:
错误信息是:
严重: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'basemenu' defined in ServletContext resource [/WEB-INF/config/application/applicationContext-authority.xml]: Instantiation of bean failed; nested exception is java.lang.NoClassDefFoundError: org/aopalliance/aop/Advice
我是彻底迷惑了,spring官网说aopalliance已经从aop包移除了
求解,谢谢