You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Nils-Helge Garli (JIRA)" <ji...@apache.org> on 2007/08/09 10:09:18 UTC

[jira] Created: (WW-2096) Clustering fails because of serialization problems of objects on the portlet session

Clustering fails because of serialization problems of objects on the portlet session
------------------------------------------------------------------------------------

                 Key: WW-2096
                 URL: https://issues.apache.org/struts/browse/WW-2096
             Project: Struts 2
          Issue Type: Bug
          Components: Portlet Integration
    Affects Versions: 2.0.9, 2.0.8, 2.0.7, 2.0.6, 2.0.5, 2.0.4, 2.0.3, 2.0.2, 2.0.1, 2.0.0
            Reporter: Nils-Helge Garli
            Priority: Critical


As a side effect of putting the action proxy executed in an event on the portlet session (so it is available to the following render), there are objects referenced by the action proxy that are not necessarily serializable. This is probably solved just putting the actual action (not the action proxy) on the session instead.

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


[jira] Resolved: (WW-2096) Clustering fails because of serialization problems of objects on the portlet session

Posted by "Nils-Helge Garli (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nils-Helge Garli resolved WW-2096.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.0

Fixed by puttin the action itself on the session, not the action proxy.

> Clustering fails because of serialization problems of objects on the portlet session
> ------------------------------------------------------------------------------------
>
>                 Key: WW-2096
>                 URL: https://issues.apache.org/struts/browse/WW-2096
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Portlet Integration
>    Affects Versions: 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.0.5, 2.0.6, 2.0.7, 2.0.8, 2.0.9
>            Reporter: Nils-Helge Garli
>            Priority: Critical
>             Fix For: 2.1.0
>
>
> As a side effect of putting the action proxy executed in an event on the portlet session (so it is available to the following render), there are objects referenced by the action proxy that are not necessarily serializable. This is probably solved just putting the actual action (not the action proxy) on the session instead.

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