Details
Description
We need to deploy this to a tomcat/Liferay 6.2 server and investigate.
-
Hide
- icefaces4-portlet-4.0.0-SNAPSHOT.zip
- 4.08 MB
- Ken Fyten
-
- icefaces4-portlet-4.0.0-SNAPSHOT/.DS_Store 6 kB
- __MACOSX/.../._.DS_Store 0.1 kB
- icefaces4-portlet-4.0.0-SNAPSHOT/.../context.xml 0.1 kB
- icefaces4-portlet-4.0.0-SNAPSHOT/.../MANIFEST.MF 0.3 kB
- icefaces4-portlet-4.0.0-SNAPSHOT/.../pom.properties 0.1 kB
- icefaces4-portlet-4.0.0-SNAPSHOT/.../pom.xml 2 kB
- icefaces4-portlet-4.0.0-SNAPSHOT/.../.DS_Store 6 kB
- __MACOSX/.../._.DS_Store 0.1 kB
- icefaces4-portlet-4.0.0-SNAPSHOT/.../ApplicantBackingBean.class 9 kB
- icefaces4-portlet-4.0.0-SNAPSHOT/.../ApplicantModelBean.class 4 kB
- icefaces4-portlet-4.0.0-SNAPSHOT/.../ApplicantViewBean.class 1 kB
- icefaces4-portlet-4.0.0-SNAPSHOT/.../ListModelBean.class 5 kB
- icefaces4-portlet-4.0.0-SNAPSHOT/.../PortletPreferencesBackingBean.class 4 kB
- icefaces4-portlet-4.0.0-SNAPSHOT/.../City.class 1 kB
- icefaces4-portlet-4.0.0-SNAPSHOT/.../Province.class 0.9 kB
- icefaces4-portlet-4.0.0-SNAPSHOT/.../UploadedFileWrapper.class 5 kB
- icefaces4-portlet-4.0.0-SNAPSHOT/.../i18n.properties 1 kB
- icefaces4-portlet-4.0.0-SNAPSHOT/.../i18nFaces.properties 0.1 kB
- icefaces4-portlet-4.0.0-SNAPSHOT/.../log4j.properties 2 kB
- icefaces4-portlet-4.0.0-SNAPSHOT/.../apache-2.0.txt 11 kB
- icefaces4-portlet-4.0.0-SNAPSHOT/.../cddl-1.0-gpl-2.0-cp.txt 44 kB
- icefaces4-portlet-4.0.0-SNAPSHOT/.../cddl-1.0.txt 16 kB
- icefaces4-portlet-4.0.0-SNAPSHOT/.../NOTICE.txt 0.6 kB
- icefaces4-portlet-4.0.0-SNAPSHOT/.../THIRD-PARTY.txt 0.7 kB
- icefaces4-portlet-4.0.0-SNAPSHOT/.../faces-config.xml 1 kB
- icefaces4-portlet-4.0.0-SNAPSHOT/.../jsf-api-2.2.12.jar 680 kB
- icefaces4-portlet-4.0.0-SNAPSHOT/.../jsf-impl-2.2.12.jar 2.30 MB
- icefaces4-portlet-4.0.0-SNAPSHOT/.../liferay-faces-alloy-2.0.0-SNAPSHOT.jar 571 kB
- icefaces4-portlet-4.0.0-SNAPSHOT/.../liferay-faces-bridge-api-4.0.0-SNAPSHOT.jar 93 kB
- icefaces4-portlet-4.0.0-SNAPSHOT/.../liferay-faces-bridge-ext-3.0.0-SNAPSHOT.jar 115 kB
Issue Links
- blocks
-
ICE-10945 showcase-portlet - ACE components not rendered
- Closed
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
The NCI still can be reproduced after replacing in the test case only the icefaces.jar and icefaces-ace.jar from 4.1.1 release, but not from IF4 trunk r. 47097.
I placed the two .war files, one built with the IF4 trunk libraries (icefaces4-portlet-410.war), and another with the 4.1.1 release libs (icefaces4-portlet-411.war) under \\iceads1\Public\users\carmen\ICE-10903\ .
I could not reproduce the NullPointerException nor the NCI popup. For testing I used both WAR files provided at \\iceads1\Public\users\carmen\ICE-10903\ .
On the other hand, after filling and submitting the test form the navigation would not occur. No errors or exceptions would be shown.
Well, it seems the test WARs did not include the correct Liferay Bridge libraries. Both 4.1.1 and 4.0 test cases will work as expected once the following libraries are used:
http://central.maven.org/maven2/com/liferay/faces/liferay-faces-alloy/4.2.5-ga6/liferay-faces-alloy-4.2.5-ga6.jar
http://central.maven.org/maven2/com/liferay/faces/liferay-faces-bridge-api/4.2.5-ga6/liferay-faces-bridge-api-4.2.5-ga6.jar
http://central.maven.org/maven2/com/liferay/faces/liferay-faces-bridge-impl/4.2.5-ga6/liferay-faces-bridge-impl-4.2.5-ga6.jar
http://central.maven.org/maven2/com/liferay/faces/liferay-faces-util/4.2.5-ga6/liferay-faces-util-4.2.5-ga6.jar
Thanks, Mircea, for the instructions on which liferay jars to be used.
Verified ICEfaces 4.1.1 release libraries and IF4 trunk r. 47097 on IE11, FF41, Chrome48 with the attached test app, and none of the errors previously reported could be reproduced; also, the form navigation occurs on form submit.
Verified ICEfaces4 trunk r. 47596 on IE11, CFF41, Chrome48 with attached test case.
The following jars are used:
liferay-faces-alloy-2.0.0-SNAPSHOT.jar
liferay-faces-bridge-api-4.0.0-SNAPSHOT.jar
liferay-faces-bridge-ext-3.0.0-SNAPSHOT.jar
liferay-faces-bridge-impl-4.0.0-SNAPSHOT.jar
liferay-faces-util-3.0.0-SNAPSHOT.jar
Attached test case. Needs icefaces.jar and icefaces-ace.jar added, as well as to be deployed into a Liferay 6.2 Tomcat server.