Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.0
-
Fix Version/s: 3.0.1, EE-3.0.0.GA
-
Component/s: ACE-Components, Bridge, Framework
-
Labels:None
-
Environment:ICEfaces 3 ACE Liferay 5 portlet portal
-
ICEsoft Forum Reference:
-
Affects:Compatibility/Configuration
Description
Following up with the issues posted in the forum reference. Tried running both ACE and Compat showcases in Liferay 5.2.3 which weeded out a few issues:
1) There are some NullPointerExceptions coming from the ResourceRegistry that are related to path returning null. Some simple checking for null seems to suffice here.
2) There following gets logged fairly frequently:
21:30:51,635 ERROR [PortletResponseImpl:320]
21:41:06,424 ERROR [PortletResponseImpl:327]
It's a known issue from this particular version of Liferay and was fixed in future versions: http://issues.liferay.com/browse/LPS-10244
3) There appears to be a jQuery conflict so that when an ICEfaces portlet (ACE) is loaded, the Liferay UI ends up being disabled. A separate JIRA has been opened for that issue: http://jira.icefaces.org/browse/ICE-7717.
There are still a few other issues that we continue to work through. I'll add to this case as warranted.
1) There are some NullPointerExceptions coming from the ResourceRegistry that are related to path returning null. Some simple checking for null seems to suffice here.
2) There following gets logged fairly frequently:
21:30:51,635 ERROR [PortletResponseImpl:320]
21:41:06,424 ERROR [PortletResponseImpl:327]
It's a known issue from this particular version of Liferay and was fixed in future versions: http://issues.liferay.com/browse/LPS-10244
3) There appears to be a jQuery conflict so that when an ICEfaces portlet (ACE) is loaded, the Liferay UI ends up being disabled. A separate JIRA has been opened for that issue: http://jira.icefaces.org/browse/ICE-7717.
There are still a few other issues that we continue to work through. I'll add to this case as warranted.
Issue Links
- depends on
-
ICE-7717 jQuery issue when running portlet version of ACE Showcase on Liferay 5
- Closed
For issue number 1) the specific stack trace is this:
Caused by: java.lang.NullPointerException
at org.icefaces.application.ResourceRegistry.extractResourceId(ResourceRegistry.java:198)
at org.icefaces.application.ResourceRegistry.handleResourceRequest(ResourceRegistry.java:74)
at org.icefaces.impl.application.WindowScopeManager.handleSessionAwareResourceRequest(WindowScopeManager.java:68)
at org.icefaces.impl.application.SessionAwareResourceHandlerWrapper.handleResourceRequest(SessionAwareResourceHandlerWrapper.java:40)
at org.icefaces.impl.application.SessionTimeoutMonitor.handleSessionAwareResourceRequest(SessionTimeoutMonitor.java:71)
at org.icefaces.impl.application.SessionAwareResourceHandlerWrapper.handleResourceRequest(SessionAwareResourceHandlerWrapper.java:40)
at javax.faces.application.ResourceHandlerWrapper.handleResourceRequest(ResourceHandlerWrapper.java:125)
at javax.faces.application.ResourceHandlerWrapper.handleResourceRequest(ResourceHandlerWrapper.java:125)
at javax.faces.application.ResourceHandlerWrapper.handleResourceRequest(ResourceHandlerWrapper.java:125)
at org.icefaces.impl.application.AuxUploadResourceHandler.handleResourceRequest(AuxUploadResourceHandler.java:76)
at org.portletfaces.bridge.BridgeImpl.doFacesRequest(BridgeImpl.java:508)
There appears to be a need for a null check in the extractResourceId() method when we are getting the path.