- This topic has 10 replies, 5 voices, and was last updated 16 years, 7 months ago by Loyal Water.
-
AuthorPosts
-
vljc2004MemberHi, i’m follow the tutorial step to step, but the compiler my class “BusinessLogic” show this error:
Exception in thread “main” org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘persistenceLayer’ defined in class path resource [applicationContext.xml]: Cannot resolve reference to bean ‘UserDAO’ while setting bean property ‘userDAO’; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘UserDAO’ defined in class path resource [applicationContext.xml]: Cannot resolve reference to bean ‘hibernateSession’ while setting bean property ‘sessionFactory’; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘hibernateSession’ defined in class path resource [applicationContext.xml]: Initialization of bean 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
org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘UserDAO’ defined in class path resource [applicationContext.xml]: Cannot resolve reference to bean ‘hibernateSession’ while setting bean property ‘sessionFactory’; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘hibernateSession’ defined in class path resource [applicationContext.xml]: Initialization of bean 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
org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘hibernateSession’ defined in class path resource [applicationContext.xml]: Initialization of bean 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
java.lang.SecurityException: class “org.apache.commons.collections.SequencedHashMap”‘s signer information does not match signer information of other classes in the same package
Loyal WaterMemberWhat version of MyEclipse are you using ? Incase your using MyEclipse 6.0, have you installed the new hotfix ?
vljc2004Memberno!, what is hotfix.Wich download. Because i can make run to aplicattion but my java thunder when make the “Run as -> Java application”, not show the result :s :s
vljc2004MemberI use myeclipse 6.0
Loyal WaterMemberjava.lang.SecurityException: class “org.apache.commons.collections.SequencedHashMap”‘s signer information does not match signer information of other classes in the same package
The update patch is a hotfix for this issue. I suggest you install the HotFix and then try this again.
lvwMemberThis message has not been recovered.
Loyal WaterMemberThis message has not been recovered.
Karhikeyan M KarurMemberThis message has not been recovered.
Loyal WaterMemberThis message has not been recovered.
millstoneMemberThis message has not been recovered.
Loyal WaterMemberThis message has not been recovered.
-
AuthorPosts