1 Reply Latest reply on Dec 3, 2009 9:54 AM by cbsoth00

    MyFaces-package : myfaces-api not found

    cbsoth00

      Our application depends on myfaces 1.1.5. When I first deployed it on JBoss 5.1 I got a conflict error. I resolved this by modifying my WEB-INF\web.xml to include the following:

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

      This had the desired effect of eliminating the conflict error. However, the log file now says:

      INFO [FacesConfigurator] MyFaces-package : myfaces-api not found.
      INFO [FacesConfigurator] MyFaces-package : myfaces-impl not found.

      The required myfaces 1.1.5 jar files are correctly installed in my WEB-INF\lib. Why am I l getting these messages? Moreover, JBoss is refusing to run the application correctly even though it deploys.

      Thanks in advance,

      Clifton Sothoron