ICEfaces
  1. ICEfaces
  2. ICE-9557

Resource coalescing doesn't work with Liferay 6.1.2

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 3.3, EE-3.3.0.GA_P01
    • Fix Version/s: 4.0.BETA, EE-3.3.0.GA_P02, 4.0
    • Component/s: Framework
    • Labels:
      None
    • Environment:
      Liferay 6.1.2
    • Workaround Exists:
      Yes
    • Workaround Description:
      Hide
      Turn off resource coalescing:

      <context-param>
      <param-name>org.icefaces.coalesceResources</param-name>
      <param-value>false</param-value>
      </context-param>
      Show
      Turn off resource coalescing: <context-param> <param-name>org.icefaces.coalesceResources</param-name> <param-value>false</param-value> </context-param>

      Description

      When running under Liferay 6.1.2 and resource coalescing on, the client will report various errors depending on which components are running on the page. Some examples are:

      Uncaught TypeError: Cannot call method 'renderEditor' of undefined

      Uncaught TypeError: Cannot read property 'CanvasAxisTickRenderer' of undefined

      Uncaught Missing resources for "Menu" component.

        Activity

        Repository Revision Date User Message
        ICEsoft Public SVN Repository #39784 Mon Jan 27 10:59:18 MST 2014 deryk.sinotte ICE-9557: tweak handling of request attributes to work with Liferay 6.1.2
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/core/src/main/java/org/icefaces/util/EnvUtils.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/core/src/main/java/org/icefaces/impl/application/CoalescingResource.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/samples/core/chat-portlet/src/main/webapp/WEB-INF/web.xml
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #39766 Thu Jan 23 17:48:20 MST 2014 deryk.sinotte ICE-9557: fixed NPE in QRCodeResourceHandler trying to get path info and logic in EnvUtil for determining HTTP GET method
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/core/src/main/java/org/icefaces/util/EnvUtils.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/qrcode/generator/QRCodeResourceHandler.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #39765 Thu Jan 23 17:45:56 MST 2014 deryk.sinotte ICE-9557: updating LiferayFaces Bridge to latest SNAPSHOT version compatible with JSF 2.2
        Files Changed
        Commit graph ADD /icefaces4/trunk/icefaces/lib/portlets/liferayfaces/liferay-faces-util-4.1.0-ga1-20140123.213055-330.jar
        Commit graph DEL /icefaces4/trunk/icefaces/lib/portlets/liferayfaces/liferay-faces-util-3.1.2-ga3.jar
        Commit graph DEL /icefaces4/trunk/icefaces/lib/portlets/liferayfaces/liferay-faces-bridge-api-3.1.2-ga3.jar
        Commit graph DEL /icefaces4/trunk/icefaces/lib/portlets/liferayfaces/liferay-faces-bridge-impl-3.1.2-ga3.jar
        Commit graph ADD /icefaces4/trunk/icefaces/lib/portlets/liferayfaces/liferay-faces-bridge-api-4.1.0-ga1-20140123.213128-326.jar
        Commit graph ADD /icefaces4/trunk/icefaces/lib/portlets/liferayfaces/liferay-faces-bridge-impl-4.1.0-ga1-20140123.213146-294.jar

          People

          • Assignee:
            Deryk Sinotte
            Reporter:
            Deryk Sinotte
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: