I'm trying to configure Spring security declaratively using the Spring 4. I created the file applicationContext-security.xml as the image below show
When I'm running the application I'm still having the same error like
Failed to instantiate [org.springframework.security.config.SecurityNamespaceHandler]: Constructor threw exception. Check Error Log for more details.
Did someone already faced that issue ? Could you please help me to fix this issue ? Thanks in advance.