ICEfaces
  1. ICEfaces
  2. ICE-11395

modify showcase-portlet example to always use liferay porlet jars

    Details

    • Type: Bug Bug
    • Status: Open
    • Priority: Major Major
    • Resolution: Unresolved
    • Affects Version/s: EE-4.2.0.GA, EE-3.3.0.GA_P05
    • Fix Version/s: 4.4
    • Component/s: Sample Apps
    • Labels:
      None
    • Environment:
      pluto

      Description

      when deploying showcase portlet example app to pluto 2.0.3, resource issues arose for ace:dynamicResource, ace:fileEntry and other resource loading issues.

      Since liferay has replaced the jar referred to by:-
       <dependency>
                       <groupId>org.portletfaces</groupId>
                       <artifactId>portletfaces-bridge</artifactId>
                       <version>2.0.3</version>
                    </dependency>
      the maven pom and ant build scripts require modification to use instead the following:-
           <dependency>
                          <groupId>com.liferay.faces</groupId>
                           <artifactId>com.liferay.faces.bridge.api</artifactId>
                           <version>3.1.0</version>
                      </dependency>
                      <dependency>
                          <groupId>com.liferay.faces</groupId>
                          <artifactId>com.liferay.faces.bridge.impl</artifactId>
                          <version>3.1.0</version>
                      </dependency>
      .....
      these jars are available on maven central
      http://central.maven.org/maven2/com/liferay/faces/com.liferay.faces.bridge.api/3.1.0/
      for example.

        Activity

          People

          • Assignee:
            Judy Guglielmin
            Reporter:
            Judy Guglielmin
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated: