Hi Samuel,
I m new to JSF-Spring Integration. Actually I have made the quick start application from http://jsf-spring.sourceforge.net/quickstart.shtml
I am getting the following error when I start application on Tomcat 5.5.2, jdk 1.5
---
org.apache.myfaces.webapp.StartupServletContextListener initFaces
SEVERE: Error initializing ServletContext
javax.faces.FacesException: de.mindmatters.faces.application.ApplicationFactoryImpl
at javax.faces.FactoryFinder.getImplGivenPreviousImpl(FactoryFinder.java:553)
---
The JSF version is 1.1 and Spring is 2.0 as recomended on the website. My IDE is MyEclipse
Do you have suggestions regarding this error? Any pointers or workaround would also be appreciated.
Thanks,
Arsalan
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Copying Wicket way I created a JSF-Spring Quickstart web application
that can be deployed in servlet container.
This application is created using NetBeans 5.5. It's already tested and
running well in Tomcat 5.5.17 included with NetBeans 5.5.
You can download this quickstart application from
JUG Indonesia wiki.
http://jug.or.id/jugwiki/Wiki.jsp?page=JSFSpring
http://jug.or.id/jugwiki/attach/JSFSpring/jsf-spring-quickstart.zip
http://jroller.com/page/sfranklyn?anchor=jsf_spring_quickstart
Hi Samuel,
I m new to JSF-Spring Integration. Actually I have made the quick start application from http://jsf-spring.sourceforge.net/quickstart.shtml
I am getting the following error when I start application on Tomcat 5.5.2, jdk 1.5
---
org.apache.myfaces.webapp.StartupServletContextListener initFaces
SEVERE: Error initializing ServletContext
javax.faces.FacesException: de.mindmatters.faces.application.ApplicationFactoryImpl
at javax.faces.FactoryFinder.getImplGivenPreviousImpl(FactoryFinder.java:553)
---
The JSF version is 1.1 and Spring is 2.0 as recomended on the website. My IDE is MyEclipse
Do you have suggestions regarding this error? Any pointers or workaround would also be appreciated.
Thanks,
Arsalan