环境: myeclipse6.0 + eclipse3.3 + tomcat6
运行hibernate时出一大堆异常和警告,虽然最后还是出结果了,但有这么多异常看起始终不爽,请大家帮忙给看看。谢谢!!!
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.sf.cglib.core.ReflectUtils.defineClass(ReflectUtils.java:384)
at net.sf.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:219)
... 19 more
Caused by: java.lang.SecurityException: class "hibernate.basic.Projecttype$$EnhancerByCGLIB$$91bbdd56"'s signer information does not match signer information of other classes in the same package
at java.lang.ClassLoader.checkCerts(Unknown Source)
at java.lang.ClassLoader.preDefineClass(Unknown Source)
at java.lang.ClassLoader.defineClass(Unknown Source)
... 24 more
下面还有很大一堆,没贴出来了。。