首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Java Web开发 >

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

2012-01-23 
请教高手如何解决该问题: signer information does not match signer information严重: Exception sending

请教高手如何解决该问题: 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();
...



[解决办法]
你把类的代码发上来

热点排行