1 Reply Latest reply on May 2, 2007 11:48 AM by pmuir

    using myfaces with jboss4.2 and seam

    breskeby

      hello, i'm trying to get my application, that runs fine in jboss 4.05, running on the jboss 4.2. I know that in 4.2 the jsf implementation of jboss is done by the java.net implementation. but how can i get my myfaces application get running. in the wiki i found the following web.xml entry:

      <context-param>
      <param-name>org.jboss.jbossfaces.WAR_BUNDLES_JSF_IMPL</param-name>
      <param-value>true</param-value>
      </context-param>

      but when deploying the application it frozen in the line: Facesconfigurator reading web-inf/faces-config.xml

      any idea what is the problem?

      regards
      René