[jbossseam-issues] [JBoss JIRA] Closed: (JBSEAM-3000) Conversation leak with UIChart
Norman Richards (JIRA)
jira-events at lists.jboss.org
Wed Jan 7 12:56:14 EST 2009
[ https://jira.jboss.org/jira/browse/JBSEAM-3000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Norman Richards closed JBSEAM-3000.
-----------------------------------
Resolution: Done
Thanks. I think you are right. That is a holdover from from when we were using the documentstore in the conversation and needed to force the conversation to stay valid until the next request.
> Conversation leak with UIChart
> ------------------------------
>
> Key: JBSEAM-3000
> URL: https://jira.jboss.org/jira/browse/JBSEAM-3000
> Project: Seam
> Issue Type: Bug
> Components: JSF Controls
> Affects Versions: 2.0.1.CR2
> Environment: NA
> Reporter: Tom Goring
> Assignee: Norman Richards
> Priority: Minor
> Fix For: 2.1.2.CR1
>
>
> 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: 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