You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org> on 2008/08/16 16:23:45 UTC

[jira] Created: (TAPESTRY-2595) Application State Objects are not persisted back to the session at the end of the request

Application State Objects are not persisted back to the session at the end of the request
-----------------------------------------------------------------------------------------

                 Key: TAPESTRY-2595
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2595
             Project: Tapestry
          Issue Type: Bug
          Components: tapestry-core
    Affects Versions: 5.0.14
            Reporter: Howard M. Lewis Ship
            Assignee: Howard M. Lewis Ship


For proper behavior in a cluster, ASOs should be updated back into the session at the end of each request, otherwise there's no guarantee that the ASO data will be replicated across a cluster.

Ideally, this should have an optimization, such that an ASO that is not "dirty" is not stored.  This would take the form of an optional interface.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Closed: (TAPESTRY-2595) Application State Objects are not persisted back to the session at the end of the request

Posted by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-2595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAPESTRY-2595.
------------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.0.15

> Application State Objects are not persisted back to the session at the end of the request
> -----------------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-2595
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2595
>             Project: Tapestry
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.0.14
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.0.15
>
>
> For proper behavior in a cluster, ASOs should be updated back into the session at the end of each request, otherwise there's no guarantee that the ASO data will be replicated across a cluster.
> Ideally, this should have an optimization, such that an ASO that is not "dirty" is not stored.  This would take the form of an optional interface.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org