[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-3000) Conversation leak with UIChart

Tom Goring (JIRA) jira-events at lists.jboss.org
Thu May 15 06:07:22 EDT 2008


Conversation leak with UIChart
------------------------------

                 Key: JBSEAM-3000
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-3000
             Project: Seam
          Issue Type: Bug
          Components: JSF Controls
    Affects Versions: 2.0.1.CR2
         Environment: NA
            Reporter: Tom Goring
            Priority: Minor


Added a chart on a page generates a long running conversation due to a bug in UIChart:

UIChart

public void encodeEnd(FacesContext context)
..
  Manager.instance().beforeRedirect();           

beforeRedirect is creating a redirect conversation.. however I don't see why it needs todo this. The chart is rendered to the graphic store and then is pulled out when requiested from the browser.

I think Manager.instance().beforeRedirect(); should be deleted ... but I'm not sure. 

-- 
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