Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-4.1.0.RC1
-
Fix Version/s: EE-4.1.0.RC1, EE-4.1.0.GA, 4.2.BETA, 4.2
-
Component/s: ACE-Components, Bridge
-
Labels:None
-
Environment:EE4 trunk r48724
Browsers: all
Server: liferay-portal-6.2-ce-ga3\tomcat-7.0.42
-
Assignee Priority:P2
Description
Showcase-portlet:
There are new warnings and errors written to the server log when adding any component portlet to the page, or when refreshing the page to render the component:
22:26:25,282 WARN [ExternalContextCompat_2_0_Impl:96] Unable to call portletResponse.addProperty(String, String) for portletResponse=[com.liferay.faces.bridge.filter.internal.RenderResponseBridgeLiferayImpl] because it is not a ResourceRes
ponse.
22:26:25,283 WARN [ExternalContextCompat_2_0_Impl:96] Unable to call portletResponse.addProperty(String, String) for portletResponse=[com.liferay.faces.bridge.filter.internal.RenderResponseBridgeLiferayImpl] because it is not a ResourceRes
ponse.
22:26:25,315 WARN [HeadResponseWriterBase:177] Title removed because multiple <title> elements are invalid and the
portlet container controls the <title>.
22:26:28,213 ERROR [http-bio-8080-exec-15][PollerServlet:63] No channel exists with user id 10199
22:26:28,331 ERROR [http-bio-8080-exec-15][status_jsp:752] No channel exists with user id 10199
There are new warnings and errors written to the server log when adding any component portlet to the page, or when refreshing the page to render the component:
22:26:25,282 WARN [ExternalContextCompat_2_0_Impl:96] Unable to call portletResponse.addProperty(String, String) for portletResponse=[com.liferay.faces.bridge.filter.internal.RenderResponseBridgeLiferayImpl] because it is not a ResourceRes
ponse.
22:26:25,283 WARN [ExternalContextCompat_2_0_Impl:96] Unable to call portletResponse.addProperty(String, String) for portletResponse=[com.liferay.faces.bridge.filter.internal.RenderResponseBridgeLiferayImpl] because it is not a ResourceRes
ponse.
22:26:25,315 WARN [HeadResponseWriterBase:177] Title removed because multiple <title> elements are invalid and the
portlet container controls the <title>.
22:26:28,213 ERROR [http-bio-8080-exec-15][PollerServlet:63] No channel exists with user id 10199
22:26:28,331 ERROR [http-bio-8080-exec-15][status_jsp:752] No channel exists with user id 10199
Committed fix for the addProperty issue to RC1 tag:
[14:41:44] - svn commit -m "ICE-11043 - fix for portletResponse.addProperty(String, String) is actually safe to port it in to RC1. the fix makes sure that no HTTP headers are added to the response when running in a portal env." [14:41:45] - Sending /svn/icefaces-ee-4.1.0.RC1/icefaces-ee/icefaces/core/src/main/java/org/icefaces/impl/event/BridgeSetup.java [14:41:47] - Committed revision 48792.