2 Replies Latest reply on Mar 2, 2008 11:29 AM by egalperin

    Seam email example with UseJBossWebLoader=true

    egalperin

      Hi, I have a problem with seam email example (Seam 2.0.1GA, JBoss 4.2.2.GA). I have to use JBossWebLoader in my application so I have activated it in jboss-service.xml. It's the only change that I have made in JBoss. I have deployed the email example and tryed to send an email asynchronously. It doesn't work:


      java.lang.IllegalStateException: Application was not properly initialized at startup, could not find Factory: javax.faces.application.ApplicationFactory
      at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:256)
      at org.jboss.seam.mock.MockFacesContext.init(MockFacesContext.java:60)
      at org.jboss.seam.ui.facelet.FaceletsRenderer$RenderingContext.init(FaceletsRenderer.java:95)...


      What's wrong with using JBossWebLoader?