每当我将 .war 文件部署到 WAS-ND 时,都会遇到此错误。
Error Stack:
org.springframework.beans.factory.BeanDefinitionStoreException: Failed to read candidate component class: file <filename>
nested exception is java.lang.IncompatibleClassChangeError: org.springframework.asm.ClassVisitor
Caused by: java.lang.IncompatibleClassChangeError: org.springframework.asm.ClassVisitor
我做了一些研究,发现我需要 cglib 和 asm jar 才能工作。不幸的是,我已经有了它们......
罐子:
cglib-nodep-2.2.2.jar
spring-asm-3.1.1.RELEASE.jar
我不明白为什么它仍然不起作用......这里有什么帮助吗?:(