2 Replies Latest reply on Sep 24, 2007 7:24 PM by ericomtx

    running hibernate2 seam sample

    ericomtx

      I'm tying to run hibernate2 seam sample using maven + facelets + myfaces + tomcat

      It deploys the app ok but when I try to access to home.xhtml I get this error in log :

      SEVERE: Error Rendering View[/home.xhtml]
      com.sun.facelets.FaceletException: Could not instantiate feature[compiler.ExpressionFactory]: org.jboss.seam.ui.facelet.SeamExpressionFactory

        • 1. Re: running hibernate2 seam sample
          ericomtx

          I added el-api and el-ri and now I'm having a new error when I try to register a new user :

          24/09/2007 19:35:34 org.apache.catalina.core.ApplicationFilterChain internalDoFilter
          SEVERE: exception root cause
          javax.faces.el.EvaluationException: /register.xhtml @92,81 value="#{register.verify}": Exception getting value of property verify of base of type : org.jboss.seam.example.hibernate.RegisterAction$$EnhancerByCGLIB$$86930178

          • 2. Re: running hibernate2 seam sample
            ericomtx


            This is the latest error that I'm getting :

            ...
            24/09/2007 20:08:51 org.apache.myfaces.lifecycle.PhaseListenerManager informPhaseListenersBefore
            SEVERE: uncaught exception
            javax.faces.el.EvaluationException: Exception while invoking expression #{register.invalid} ...