Duplicate
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Michael SaechangMichael Saechang(Deactivated)Reporter
nasir hussainnasir hussainLiferay Contributor's Agreement
AcceptComponents
Fix versions
Affects versions
Priority
Medium
Details
Details
Assignee
Michael Saechang
Michael Saechang(Deactivated)Reporter
nasir hussain
nasir hussainLiferay Contributor's Agreement
Accept
Components
Fix versions
Affects versions
Priority
Zendesk Support
Zendesk Support
Zendesk Support
Created May 4, 2012 at 5:16 AM
Updated June 24, 2023 at 4:00 PM
Resolved July 13, 2012 at 3:11 AM
Create 2 MVC portlets Event Producer and Event Consumer implementing IPC
set properties in portal-ext.properties file
portlet.event.distribution=layout-set
layout.default.p_l_reset=false
Place these portlets on different pages, from look and feel of producer portlet, link to page on which consumer portlet is placed. In case of user is login, portlets work correctly but in case of logout the processAction method of producer class is not called.
I investigated a bit and found out there is problem in AdvancedPermissionChecker.java
Boolean value = PermissionCacheUtil.getPermission(user.getUserId(), signedIn, checkGuest, groupId, name, primKey, actionId);
here value is false in case of logout
I have attached a sample ipc portlet facing this problem