I am trying to upgrade to JSF2 and Spring 3.0.5, I am getting the following error when I deploy to Tomcat.
Any help appreciated.
SEVERE: Exception se
You don't give too much information but you must have something wrong in your configuration. Tips:
Wrong schemalocation / version in any of your xml config files. Exception suggests the problem is with faces config. It should look like this:
org.springframework.web.jsf.el.SpringBeanFacesELResolver
You can find some examples here and here. If you are not able to resolve the issue, please post some of your config files. (appcontext.xml, web.xml, faces-config.xml)