Google translator says:
com.sun.faces.config.ConfigurationException: It appears that the JSP version of the container is older than 2.1 and cannot find the EL RI expression generator, com.sun.el.ExpressionFactoryImpl. If you are not using JSP or EL RI, check that the context initialization parameter, com.sun.faces.expressionFactory, is set correctly.
Hi, your link gave me an way to resolve this problem. Now I have another problem that if I don't resolve then I'll open help here. The solution was: I removed the dependency of joinfaces and include jsp.api 2.3.3 and javax.el-api 3.0.1.
Thanks and best regards.