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)" <ji...@apache.org> on 2008/12/03 19:05:44 UTC

[jira] Created: (TAP5-399) Modified ASO objects are not persisted back to the session ever

Modified ASO objects are not persisted back to the session ever
---------------------------------------------------------------

                 Key: TAP5-399
                 URL: https://issues.apache.org/jira/browse/TAP5-399
             Project: Tapestry 5
          Issue Type: Bug
          Components: tapestry-core
    Affects Versions: 5.0.17
            Reporter: Howard M. Lewis Ship
            Priority: Blocker


The fix for TAPESTRY-2595 is incomplete: it is based on the class SessionApplicationStatePersistenceStrategy being registered as an EndOfRequestListener with the EndOfRequestListenerHub.  This is not done, thus the strategy never gets a chance to locate modified ASOs and re-write them into the session.

-- 
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


Re: [jira] Closed: (TAP5-399) Modified ASO objects are not persisted back to the session ever

Posted by Massimo Lusetti <ml...@gmail.com>.
On Wed, Dec 3, 2008 at 8:37 PM, Howard M. Lewis Ship (JIRA)
<ji...@apache.org> wrote:

> Howard M. Lewis Ship closed TAP5-399.
> -------------------------------------
>
>       Resolution: Fixed
>    Fix Version/s: 5.0.18
>                   5.1.0.0

Does this means 5.0.17 will not be the GA?

-- 
Massimo
http://meridio.blogspot.com

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


[jira] Updated: (TAP5-399) Modified application state objects are not persisted back to the session at the end of the request

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

Howard M. Lewis Ship updated TAP5-399:
--------------------------------------

    Affects Version/s: 5.1.0.0

> Modified application state objects are not persisted back to the session at the end of the request
> --------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-399
>                 URL: https://issues.apache.org/jira/browse/TAP5-399
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.0, 5.0.17
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>            Priority: Blocker
>             Fix For: 5.1.0.0, 5.0.18
>
>
> The fix for TAPESTRY-2595 is incomplete: it is based on the class SessionApplicationStatePersistenceStrategy being registered as an EndOfRequestListener with the EndOfRequestListenerHub.  This is not done, thus the strategy never gets a chance to locate modified ASOs and re-write them into the session.
> Modified ASOs need to be stored back into the session at the end of the request to ensure that any changes are propagated to other servers in the cluster.

-- 
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: (TAP5-399) Modified ASO objects are not persisted back to the session ever

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

Howard M. Lewis Ship closed TAP5-399.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.0.18
                   5.1.0.0

> Modified ASO objects are not persisted back to the session ever
> ---------------------------------------------------------------
>
>                 Key: TAP5-399
>                 URL: https://issues.apache.org/jira/browse/TAP5-399
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.0, 5.0.17
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>            Priority: Blocker
>             Fix For: 5.1.0.0, 5.0.18
>
>
> The fix for TAPESTRY-2595 is incomplete: it is based on the class SessionApplicationStatePersistenceStrategy being registered as an EndOfRequestListener with the EndOfRequestListenerHub.  This is not done, thus the strategy never gets a chance to locate modified ASOs and re-write them into the session.

-- 
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] Updated: (TAP5-399) Modified application state objects are not persisted back to the session at the end of the request

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

Howard M. Lewis Ship updated TAP5-399:
--------------------------------------

    Description: 
The fix for TAPESTRY-2595 is incomplete: it is based on the class SessionApplicationStatePersistenceStrategy being registered as an EndOfRequestListener with the EndOfRequestListenerHub.  This is not done, thus the strategy never gets a chance to locate modified ASOs and re-write them into the session.

Modified ASOs need to be stored back into the session at the end of the request to ensure that any changes are propagated to other servers in the cluster.

  was:The fix for TAPESTRY-2595 is incomplete: it is based on the class SessionApplicationStatePersistenceStrategy being registered as an EndOfRequestListener with the EndOfRequestListenerHub.  This is not done, thus the strategy never gets a chance to locate modified ASOs and re-write them into the session.

        Summary: Modified application state objects are not persisted back to the session at the end of the request  (was: Modified ASO objects are not persisted back to the session ever)

> Modified application state objects are not persisted back to the session at the end of the request
> --------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-399
>                 URL: https://issues.apache.org/jira/browse/TAP5-399
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.0, 5.0.17
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>            Priority: Blocker
>             Fix For: 5.1.0.0, 5.0.18
>
>
> The fix for TAPESTRY-2595 is incomplete: it is based on the class SessionApplicationStatePersistenceStrategy being registered as an EndOfRequestListener with the EndOfRequestListenerHub.  This is not done, thus the strategy never gets a chance to locate modified ASOs and re-write them into the session.
> Modified ASOs need to be stored back into the session at the end of the request to ensure that any changes are propagated to other servers in the cluster.

-- 
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] Assigned: (TAP5-399) Modified ASO objects are not persisted back to the session ever

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

Howard M. Lewis Ship reassigned TAP5-399:
-----------------------------------------

    Assignee: Howard M. Lewis Ship

> Modified ASO objects are not persisted back to the session ever
> ---------------------------------------------------------------
>
>                 Key: TAP5-399
>                 URL: https://issues.apache.org/jira/browse/TAP5-399
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.0.17
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>            Priority: Blocker
>
> The fix for TAPESTRY-2595 is incomplete: it is based on the class SessionApplicationStatePersistenceStrategy being registered as an EndOfRequestListener with the EndOfRequestListenerHub.  This is not done, thus the strategy never gets a chance to locate modified ASOs and re-write them into the session.

-- 
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