当前位置: 代码迷 >> Java Web开发 >> 怎么解决该有关问题: signer information does not match signer information
  详细解决方案

怎么解决该有关问题: signer information does not match signer information

热度:470   发布时间:2016-04-17 12:46:52.0
请教高手如何解决该问题: signer information does not match signer information
严重: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in ServletContext resource [/WEB-INF/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

-------------------------------------------------------

public class Admin implements java.io.Serializable {
private int adminid;
private String name;
private String password;
private Set courses=new HashSet();
private Set Teachers=new HashSet();
private Set Students=new HashSet();
...



------解决方案--------------------
你把类的代码发上来
  相关解决方案