Hi, 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