Details
-
Type: New Feature
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.1, EE-3.0.0.GA
-
Fix Version/s: 3.1.0.BETA2, 3.1
-
Component/s: Documentation, Framework, Sample Apps
-
Labels:None
-
Environment:ICEfaces 3 PortletFaces Liferay Face
-
Assignee Priority:P1
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial, Compatibility/Configuration
Description
PortletFaces Bridge has transitioned to liferay.com and is now Liferay Faces Bridge. We need to update to the new product libraries, test, and make the necessary adjustments to support the move.
Activity
Deryk Sinotte
created issue -
Deryk Sinotte
made changes -
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [] | |
Fix Version/s | 3.1 [ 10312 ] | |
Affects | [Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial, Compatibility/Configuration] | |
Assignee Priority | P1 | |
Assignee | Deryk Sinotte [ deryk.sinotte ] |
Deryk Sinotte
made changes -
Summary | Transition from PortletFaces Bridge to Liferay Faces Bridge | Support for Liferay Faces Bridge |
Salesforce Case | [] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #28910 | Wed May 02 12:24:25 MDT 2012 | deryk.sinotte | |
Files Changed | ||||
ADD
/icefaces3/trunk/icefaces/lib/portlets/liferayfaces/liferay-faces-bridge-impl-3.1.0-RC1-SNAPSHOT.jar
DEL /icefaces3/trunk/icefaces/lib/portlets/portletfaces-bridge-2.0.2-ice-7875.jar MODIFY /icefaces3/trunk/icefaces/samples/build/common.xml MODIFY /icefaces3/trunk/icefaces/samples/build/common-portlet.xml ADD /icefaces3/trunk/icefaces/lib/portlets/liferayfaces ADD /icefaces3/trunk/icefaces/lib/portlets/portletfaces/portletfaces-bridge-2.0.2-ice-7875.jar ADD /icefaces3/trunk/icefaces/lib/portlets/portletfaces ADD /icefaces3/trunk/icefaces/lib/portlets/liferayfaces/portlet-bridge-api-2.0.0.jar |
Deryk Sinotte
made changes -
Salesforce Case | [] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #28958 | Mon May 07 10:57:25 MDT 2012 | deryk.sinotte | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/samples/showcase/showcase-portlet/src/main/webapp/WEB-INF/liferay-display.xml
MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase-portlet/src/main/webapp/WEB-INF/portlet.xml MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase-portlet/src/main/webapp/WEB-INF/liferay-plugin-package.properties MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase-portlet/src/main/webapp/WEB-INF/liferay-portlet.xml |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #29292 | Tue Jun 05 10:22:17 MDT 2012 | deryk.sinotte | |
Files Changed | ||||
DEL
/icefaces3/trunk/icefaces/lib/portlets/liferayfaces/liferay-faces-bridge-impl-3.1.0-RC1-SNAPSHOT.jar
ADD /icefaces3/trunk/icefaces/lib/portlets/liferayfaces/liferay-faces-bridge-impl-3.1.0-RC1.jar MODIFY /icefaces3/trunk/icefaces/lib/portlets/liferayfaces/portlet-bridge-api-2.0.0.jar |
Ken Fyten
made changes -
Salesforce Case | [] | |
Fix Version/s | 3.1.0.BETA2 [ 10336 ] |
Ken Fyten
made changes -
Issue Type | Improvement [ 4 ] | New Feature [ 2 ] |
Salesforce Case | [] |
Ken Fyten
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
I've added in a copy of the latest Liferay Faces bridge (as well as a required dependency) and modified the sample builds so that now it's possible to build the portlet examples to include them instead of the PortletFaces version of the bridge. It simply requires that a property be set:
ant -Dliferayfaces="true" clean servlet-profile
For now, PortletFaces is still the default.