[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-3577) Seam Context not working in Servlets
Sean Burns (JIRA)
jira-events at lists.jboss.org
Fri Oct 17 05:14:20 EDT 2008
Seam Context not working in Servlets
-------------------------------------
Key: JBSEAM-3577
URL: https://jira.jboss.org/jira/browse/JBSEAM-3577
Project: Seam
Issue Type: Bug
Affects Versions: 2.1.0.CR1, 2.1.0.GA
Environment: JBoss 4.2.3, Seam 2.1.0 GA
Reporter: Sean Burns
I used to able to look up components with Component.getInstance(...) inside a servlet by adding <web:context-filter url-pattern="/m/*" /> to the components.xml (in Seam 2.0.X).
This has stopped working and now gives
"java.lang.IllegalStateException: No event context active"
This post relates
http://www.seamframework.org/Community/GettingAStatelessComponentFromAServletDoesNotWorkAnymoreUnderSeam210CR1#comment46832
and this one
http://www.seamframework.org/Community/210CR1ThrowsJavalangIllegalStateExceptionEventContextNotActive
--
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
More information about the seam-issues
mailing list