[
https://jira.jboss.org/jira/browse/JBSEAM-3450?page=com.atlassian.jira.pl...
]
Robert Morse commented on JBSEAM-3450:
--------------------------------------
My typical use case has a form that allows a user to select multiple options, etc. When
they submit, the Seam component processes data, gets data from a database, gathers up all
the information and then:
renderer.render("excelSpreadsheet.xhtml")
Renderer is injected via:
@In
private Renderer renderer
This results in the above exception. I have also tried creating a link on the same form
that invokes a method in my Seam component:
public void createExcel()
{
renderer.render("excelSpreadsheet.xhtml")
}
and I get the same exception.
I hope this answers your question.
IllegalStateException: Application was not properly initialized at
startup, could not find Factory: javax.faces.context.FacesContextFactory
--------------------------------------------------------------------------------------------------------------------------------------------
Key: JBSEAM-3450
URL:
https://jira.jboss.org/jira/browse/JBSEAM-3450
Project: Seam
Issue Type: Bug
Affects Versions: 2.1.0.BETA1
Environment: JBoss AS 4.2.2.GA, Seam 2.1.0-BETA1 and SNAPSHOTS
Reporter: Robert Morse
Priority: Critical
Fix For: 2.1.0.CR1
Seam component attempting to render an Excel xhtml page, throws the above exception. The
identical configuration works under Seam 2.0.x. This also appears to happen when
attempting to render a mail .xhtml page as well. Please see:
http://seamframework.org/Community/SeamMailAgain for a full stack trace. I'm
attempting to create small example that demonstrates this error, but I have no estimate
when I'll have that done. In the mean time, if there are suggestions for a work
around or a fix, I'll be more than happy to try it out.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira