我使用的是 hibernate3.1 spring2.0 struts1.2
项目启动tomcat就报错
严重: action: null
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [com/dlpater/hrms/web/applicationContext.xml]: Invocation of init method failed; nested exception is java.lang.SecurityException: class "org.apache.commons.collections.SequencedHashMap"'s signer information does not match signer information of other classes in the same package
Caused by: java.lang.SecurityException: class "org.apache.commons.collections.SequencedHashMap"'s signer information does not match signer information of other classes in the same package
[b]问题补充:[/b]
我在网上查过 大致也是说这个包的问题 需要重新下载一个 commons-collections.jar包 但是不能不能重新发布 重新发布后 还是会出现同样的问题 那这就不方便了 我总不能每测试一次 就把那包 替换一次吧,有没有什么更彻底点的解决方法呢 我用的 myeclipse6.0 谢谢jinhanjiang的回答
[b]问题补充:[/b]
谢谢totong的解答