警告: Exception encountered during context initialization - cancelling refresh attempt: org.springfram

警告: Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderService' defined in class path resource [applicationContext.xml]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'txadvice' is expected to be of type 'org.aopalliance.aop.Advice' but was actually of type 'org.springframework.transaction.interceptor.TransactionInterceptor'

在spring中遇到了该错误,解决办法是---->删除了多余jar包----->aopalliance.jar



你可能感兴趣的:(开发工具及异常)