shh框架整合问题 请教~~~~

我使用的是 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的解答

myeclipse6.0会将所有构建路径中的jar文件一起部署
你找到Window-->Preferences-->MyEclipse-->Java Enterprise Project-->Web Project-->Depolyment
靠上面有部署的策略,你可以选择第三个,手动部署,那么就只会部署你放到WEB-INF/lib下面的包,你加ssh功能的时候,选择把包都复制进去,就可以自己调整了

会不会你加了两个commons-collections.jar,或者,你用的那个jar文件版本是不是太低