Hi,
I have a page with a chart on it.  Every time the page is displayed I get a new long conversation created.  Looking at the code it looks like:
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.
Shall I raise a JIRA?