6 Replies Latest reply on Feb 26, 2013 5:00 AM by rahul22

    org.jboss.seam.jsf.SeamApplicationFactory is no javax.faces.

    hurzeler

      Help I am stuck. I am trying to put together a seam (seam-1.1.0.CR2) portlet with myfaces1.1.4.

      My portlet class is (portlet.xml)

      <portlet-class> org.apache.myfaces.portlet.MyFacesGenericPortlet
      </portlet-class>
      


      JBoss-4.0.5.GA complains with
      23:11:25,250 ERROR [MyFacesGenericPortlet] Error initializing MyFacesGenericPortlet
      java.lang.IllegalArgumentException: Class org.jboss.seam.jsf.SeamApplicationFactory is no javax.faces.application.ApplicationFactory


      Can anyone point me in the right direction. pls!! Thanks.