[
http://jira.jboss.com/jira/browse/JBSEAM-3081?page=all ]
Pete Muir updated JBSEAM-3081:
------------------------------
Fix Version/s: 2.0.3.GA
2.1.0.BETA1
Priority: Major (was: Minor)
Yeah, this is in breach of the JSF spec.
org.jboss.seam.mock.MockFacesContext should do the cleanup in the
release() Method
----------------------------------------------------------------------------------
Key: JBSEAM-3081
URL:
http://jira.jboss.com/jira/browse/JBSEAM-3081
Project: Seam
Issue Type: Task
Components: Test Harness
Reporter: Samuel Mendenhall
Fix For: 2.0.3.GA, 2.1.0.BETA1
Per ticket 184576
@Override
public void release() {
setCurrentInstance(null);
}
If the next request is not going over faces-servlet (e.g index.jsp), then the old
instance is used. generally, the seam implementation should eat the own dogfood and do a
clean cleanup...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira