- This topic has 10 replies, 5 voices, and was last updated 17 years, 2 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 packageSeptember 3, 2007 at 2:33 pm #274982
Loyal WaterMemberWhat version of MyEclipse are you using ? Incase your using MyEclipse 6.0, have you installed the new hotfix ?
September 3, 2007 at 4:54 pm #274986
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
September 3, 2007 at 4:55 pm #274987
vljc2004MemberI use myeclipse 6.0
September 4, 2007 at 1:30 pm #275032
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.
September 15, 2007 at 8:56 am #275642
lvwMemberThis message has not been recovered.
September 18, 2007 at 11:15 am #275831
Loyal WaterMemberThis message has not been recovered.
March 24, 2008 at 11:46 am #283235
Karhikeyan M KarurMemberThis message has not been recovered.
March 24, 2008 at 12:20 pm #283241
Loyal WaterMemberThis message has not been recovered.
April 17, 2008 at 8:13 am #284133
millstoneMemberThis message has not been recovered.
April 21, 2008 at 10:40 am #284236
Loyal WaterMemberThis message has not been recovered.
-
AuthorPosts