[
https://jira.jboss.org/jira/browse/JBSEAM-3000?page=com.atlassian.jira.pl...
]
Norman Richards updated JBSEAM-3000:
------------------------------------
Fix Version/s: 2.1.2.CR1
Assignee: Norman Richards
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