Help Desk Ticket Reference: https://c.na7.visual.force.com/apex/Case_View?id=500A0000007BeWp&sfdc.override=1 project_key: JBEPP Platform JIRA for [PBR-275] Replicated seesion is corrupted in Portlet Bridge Seam application
Link: Added: This issue incorporates PBR-275
Release Notes Docs Status: Added: Not Yet Documented
Labels: Added: EPP_5_2_1_Candidate
Labels: Removed: EPP_5_2_1_Candidate
Fix will be in PBR project 2.3.0, and PBR product 2.2.1.GA.EPP521
Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: == CUSTOMER INITIATE ISSUE REQUIRES CCFR. ONLY QUESTION IS ABOUT STATUS AND RN TEXT TO INCLUDE==
Technical note updated. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. Diffed Contents: @@ -1 +1,11 @@ -== CUSTOMER INITIATE ISSUE REQUIRES CCFR. ONLY QUESTION IS ABOUT STATUS AND RN TEXT TO INCLUDE==+Cause: +Clustered Seam Booking demo Portlet throws exception when node that user session was using fails, or is shutdown, and is transferred to remaining node + +Consequence: +Portlet ceases to work due to org.gatein.pc.api.PortletInvokerException + +Fix: +Call defaultReadObject() when de-serializing PortalIdentity + +Result: +Session correctly restored for Seam Booking portlet after failover to remaining node
Technical note updated. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. Diffed Contents: @@ -1,11 +1,3 @@ -Cause: +An issue with de-serialization discovered in org.gatein.pc.api.PortletInvokerException caused the -Clustered Seam Booking demo Portlet throws exception when node that user session was using fails, or is shutdown, and is transferred to remaining node +Clustered Seam Booking demo Portlet to throw an exception when the user session node failed or shutdown, and the user session transferred to another node. The fix implements changes to org.gatein.pc.api.PortletInvokerException that calls defaultReadObject() when de-serializing PortalIdentity. - +The Session is correctly restored for the Seam Booking portlet after the user session is transferred to an available node.-Consequence: -Portlet ceases to work due to org.gatein.pc.api.PortletInvokerException - -Fix: -Call defaultReadObject() when de-serializing PortalIdentity - -Result: -Session correctly restored for Seam Booking portlet after failover to remaining node