1 Reply Latest reply on Oct 26, 2009 4:07 AM by vickyk

    JBoss 5.1 with JSF1.2

    rajk.2012


      I am using JSF 1.2, IceFaces 1.7 and Liferay 5.2.3 with JBoss 5.1.0

      As soon as I deploy my war file(JSF - Icefaces - Liferay portlet) the server expands it and throws an exception:-

      11:18:30,181 ERROR [2-sun-facelets-portlet]] StandardWrapper.Throwable
      java.lang.IllegalStateException: Application was not properly initialized at startup, could not find Factory: javax.faces.context.FacesContextFactory
      at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:256)
      at javax.faces.webapp.FacesServlet.init(FacesServlet.java:142)
      at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.


      What could be the reason for this?

      This same portlet war works fine with tomcat 6.

      Is there any issue with JBoss 5.1 and {IceFaces / JSF 1.2} ??