java.lang.IllegalStateException: No Factories configured for this Application

2007-09-13 Thread David Delbecq
this; org.apache.myfaces.webapp.StartupServletContextListener Stacktrace: java.lang.IllegalStateException: No Factories configured for this Application. This happens if the faces-initialization does not work at all - make sure that you properly include all configuration settings necessary for a basic faces application and that all

Re: java.lang.IllegalStateException: No Factories configured for this Application

2007-09-13 Thread Martin Marinschek
: No Factories configured for this Application. This happens if the faces-initialization does not work at all - make sure that you properly include all configuration settings necessary for a basic faces application and that all the necessary libs are included. Also check the logging output

Re: java.lang.IllegalStateException: No Factories configured for this Application

2007-09-13 Thread Ole Ersoy
This is causing the ruckus. If I revert to using ValueBinding and remove this dependency the app runs fine. Maybe I should have platform scope or something for this dependency. I'll give that a shot next. Cheers, - Ole Ole Ersoy wrote: Hi, I get a java.lang.IllegalStateException: No Factories

Re: java.lang.IllegalStateException: No Factories configured for this Application

2007-09-13 Thread Ole Ersoy
: No Factories configured for this Application when adding a dependency to my webapp. Someone mentioned on the users list that deleting the tomcat work directory might solve it, but this is different. It seems like it's a class loading issue. I'm running with tomcat 6.0.14 and jdk 1.6 To isolate