@Thomas When looking at the source code for FailOverFilter (and the implementation DefaultOwbFailOverService) I can see that what it does is that it will store (if configured) all @SessionScoped and @ConversationScoped bean in the HttpSession at the end of the request (if org.apache.webbeans.web.failover.issupportfailover=true in openwebbeans.properties)... The code also logs the configuration so I assume I can set the loglevel in WebSphere, configure the Filter and look at the logs to see if I need to configure the failover support or if its configured out-of-the-box.
Does the above seem correct? @Mark DId you see the above as the default configuration in WebSphere or did I misunderstand you? Or did you configure the FailOverFilter in your setup? Regards Lars-Fredrik On Wed, Nov 27, 2013 at 9:41 PM, Thomas Andraschko < [email protected]> wrote: > Since 1.2.0, you actually only need the clustering module + registering > the FailOverFilter in the web.xml. > > Sorry but i don't know about WebSphere, you should ask the WebSphere > developer. > > > > > 2013/11/27 Lars-Fredrik Smedberg <[email protected]> > >> @Thomas >> >> So if I understand it correct, if I want to use the distributed session >> management in WebSphere I would need to configure the FailOverService and >> set issupportfailover to true ? >> >> Is that how it is configured in WebSphere out-of-the-box? If not how can >> I do that and how can I verify the setup? Is it logged at startup? >> >> Regards >> Lars-Fredrik >> >> >> On Wed, Nov 27, 2013 at 9:30 PM, Thomas Andraschko < >> [email protected]> wrote: >> >>> We have 2 flags in OWB: issupportfailover and issupportpassivation >>> >>> issupportpassivation only stores the beans in the session on passivation. >>> issupportfailover stores the beans after each request. >>> >> >> >> >> -- >> Med vänlig hälsning / Best regards >> >> Lars-Fredrik Smedberg >> >> STATEMENT OF CONFIDENTIALITY: >> The information contained in this electronic message and any >> attachments to this message are intended for the exclusive use of the >> address(es) and may contain confidential or privileged information. If >> you are not the intended recipient, please notify Lars-Fredrik Smedberg >> immediately at [email protected], and destroy all copies of this >> message and any attachments. >> > > -- Med vänlig hälsning / Best regards Lars-Fredrik Smedberg STATEMENT OF CONFIDENTIALITY: The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the address(es) and may contain confidential or privileged information. If you are not the intended recipient, please notify Lars-Fredrik Smedberg immediately at [email protected], and destroy all copies of this message and any attachments.
