Bonjour,
J'essaye de configurer spring + Hibernate; en effet; je suis débutante et j'aurai besoin qui m'aide dans la résolution du problème suivant : à la compilation, j'ai l'erreur suivant :
ERROR main org.springframework.web.context.ContextLoader - Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'filterChainProxy' defined in ServletContext resource [/WEB-INF/applicationContext-security.xml]: Cannot resolve reference to bean 'filterSecurityInterceptor' while setting bean property 'filterChainMap' with key [/**] with key [5]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'filterSecurityInterceptor' defined in ServletContext resource [/WEB-INF/applicationContext-security.xml]: Error setting property values; nested exception is org.springframework.beans.NotWritablePropertyException: Invalid property 'secuirtyMetadataSource' of bean class [org.springframework.security.web.access.intercept.FilterSecurityInterceptor]: Bean property 'secuirtyMetadataSource' is not writable or has an invalid setter method. Did you mean 'securityMetadataSource'?
Pourriez-vous m'aider svp ?? sachant que je travaille avec Hibernate v3 et spring v3; MERCI
Partager