1 Reply Latest reply on Sep 28, 2012 12:19 AM by shettymahes

    Myfaces Jboss 6 Deployment issue

    shettymahes

      I am migrating from jboss 4.2.3 [application working fine here] to Jboss6, My application is Myfaces, when I moved my ear, have got this error. Can any share their wisdom for this error. Any help is Higly appreciated.

      In other blogs suggested me to add "

        <context-param>

              <param-name>org.jboss.jbossfaces.WAR_BUNDLES_JSF_IMPL</param-name>

              <param-value>true</param-value>

          </context-param>

      "

      I have added in ../../jboss6\server\fm\deploy\jbossweb.sarstill i do not see any difference. Any help is highly appreciable. Thanks in Advance.

       

      10:39:38,520 ERROR [AbstractKernelController] Error installing to PreReal: name=vfs:///C:/jb6/jboss6/server/fm/deploy/LogitFM-ear.ear state=PostClassLoader mode=Manual requiredState=P

      reReal: org.jboss.deployers.spi.DeploymentException: java.lang.ClassNotFoundException: javax.faces.webapp.FacesServlet from BaseClassLoader@184307f2{vfs:///C:/jb6/jboss6/server/fm/dep

      loy/LogitFM-ear.ear/LogitFM-web.war/}

       

       

      Thank you,

      shetty

        • 1. Re: Myfaces Jboss 6 Deployment issue
          shettymahes

          I have resolved this issue, this was due to the jar file was not avaiable at WAR package, though it was there EAR, I have copied to lib of jboss, it was not able to access, do not know reason, unpacking war including the jar file fixed the issue.