AFAIK, you cannot use conversations with views cached in the application. Seam stores user data in the components which invalidates the requirement of the USE_APPLICATION_VIEW_CACHE that no components can have any data pertinent to a user.
Basically USE_APPLICATION_VIEW_CACHE is extremely hard to get working correctly. On Thu, May 7, 2009 at 11:30 AM, Rogerio Baldini das Neves <[email protected]> wrote: > Hi Guys, > > > > I have an application running with Trinidad 1.2.11 and jBoss Seam 2.1.0. > > I am trying to improve performance setting up parameter > org.apache.myfaces.trinidad.USE_APPLICATION_VIEW_CACHE to true. > > > > When I do this change the requests that change page are providing the > message “The conversation ended, timed out or was processing another > request”. > > For example: > > - Enter at page A and click at any button that sends to same page > is working fine. > > - Enter at page A and click at a button that sends to page B and > click any button shows the message above. > > > > Thanks, > > Rogerio.

