jvmti加密后,spring的无法正确解密,其他的都是ok的
jvmti加密后,spring的无法正确解密,其他的都是ok的.是不是因为spring用的是自己的容器,还有aop的原因啊,有没有懂的老师啊,求教指导一下啊!!! 1 楼 leexiaodong2009 2012-04-04 org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [com.system.action.LoginAction] for bean with name 'loginAction' defined in file [F:\Tomcat\webapps\sysframework\WEB-INF\classes\applicationContext-actions.xml]: problem with class file or dependent class; nested exception is java.lang.ClassFormatError: Incompatible magic value 1279608152 in class file com/system/action/LoginAction
at org.springframework.beans.factory.support.AbstractBeanFactory.resolveBeanClass(AbstractBeanFactory.java:1144)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.predictBeanType(AbstractAutowireCapableBeanFactory.java:524)
at org.springframework.beans.factory.support.AbstractBeanFactory.isFactoryBean(AbstractBeanFactory.java:1177)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanNamesForType(DefaultListableBeanFactory.java:222)
at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:505)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:362)
at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255)