[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-3081) org.jboss.seam.mock.MockFacesContext should do the cleanup in the release() Method

Samuel Mendenhall (JIRA) jira-events at lists.jboss.org
Fri Jun 6 16:39:24 EDT 2008


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
            Priority: Minor


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

        



More information about the seam-issues mailing list