Hi,
I'm getting this error when I go to the address in a new browser (I'm deploying a project using spring security in Servicemix Fuse ESB osgi container).
Error 500
Unexpected exception parsing XML document from ServletContext resource [/WEB-INF/config/springsecurity.xml]; nested exception is org.springframework.beans.FatalBeanException: Class [org.springframework.security.config.SecurityNamesp aceHandler] for namespace [http://www.springframework.org/schema/security] does not implement the [org.springframework.beans.factory.xml.NamespaceHan dler] interface
Can anyone help me understand what it means, and how I should go about solving it?


Reply With Quote