[ 
https://issues.apache.org/jira/browse/OWB-523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12997453#comment-12997453
 ] 

Martin Grotzke commented on OWB-523:
------------------------------------

One additional hint: this sample works with Weld, which indicates that it's not 
an issue with memcached-session-manager.

When inspecting the serialized/deserialized session during 
passivation/activation I can see there's the session attribute 
"org.apache.webbeans.web.failover" with the FailOverBagWrapper.

AFAICS this session attribute is only accessed from 
DefaultOwbFailOverService.sessionIsIdle, but there's no invocation of 
DefaultOwbFailOverService.sessionWillPassivate, as StandardSession.passivate 
does not find a session attribute that implements 
HttpSessionActivationListener. Perhaps this helps.

> @SessionScoped bean failover does not work
> ------------------------------------------
>
>                 Key: OWB-523
>                 URL: https://issues.apache.org/jira/browse/OWB-523
>             Project: OpenWebBeans
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.0
>         Environment: MyFaces 2.0.3, OWB 1.0.0, Tomcat 7.0.8, 
> memcached-session-manager
>            Reporter: Thomas Andraschko
>            Assignee: YING WANG
>            Priority: Minor
>
> OWB failover for @SessionScoped beans does not work.
> A detailed description and a sample project can be found here:
> https://github.com/magro/msm-sample-webapp/tree/openwebbeans

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to