0 Replies Latest reply on Dec 31, 2012 3:07 AM by qwerty979

    Jsf 1.2 + richfaces 3.3.4 + El 2.2

    qwerty979

      Hello,

         I have tried to integrate and 2.2 on jsf 1.2 and richfaces 3.3.4.
      I have included in the pom.xml file

      <dependency>
                   <groupId> javax.el </ groupId>
                   <artifactId> el-api </ artifactId>
                   <version> 2.2 </ version>
               </ dependency>
              
                    <dependency>
      <groupId> org.glassfish.web </ groupId>
      <artifactId> el-impl </ artifactId>
      <version> 2.2 </ version>
      </ dependency>


      and in my web.xml

      <context-param>
      <param-name> com.sun.faces.expressionFactory </ param-name>
      <param-value> com.sun.el.ExpressionFactoryImpl </ param-value>
      </ context-param>
      to deploy the application I get the following error


      08:52:52,060 ERROR [[/ jsftest]] Exception sending context initialized event to listener instance of class com.sun.faces.config.ConfigureListener
      com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED!
         Source Document:
         Cause: Class 'org.richfaces.component.ClonedObjectResolver' is not an instance of 'class javax.el.ELResolver'



      how can I fix it?


      thanks

       

      Sergio