From ddf00edb54fc3a9e438eea284f9d04f34b4e571d Mon Sep 17 00:00:00 2001 From: Michal Matloka Date: Sat, 14 Mar 2015 19:38:58 +0100 Subject: [PATCH] (#1) Fix for running chapter 4 on wildfly 8.2.0 - richfaces upgrade --- 1980EN_04_Code/ticket-agency-cdi/pom.xml | 21 +++---------------- .../src/main/webapp/WEB-INF/web.xml | 5 +++++ 2 files changed, 8 insertions(+), 18 deletions(-) diff --git a/1980EN_04_Code/ticket-agency-cdi/pom.xml b/1980EN_04_Code/ticket-agency-cdi/pom.xml index aa3d5be..4e507cd 100644 --- a/1980EN_04_Code/ticket-agency-cdi/pom.xml +++ b/1980EN_04_Code/ticket-agency-cdi/pom.xml @@ -13,18 +13,6 @@ UTF-8 - - - - org.richfaces - richfaces-bom - 4.3.7.Final - import - pom - - - - javax @@ -41,12 +29,9 @@ - org.richfaces.ui - richfaces-components-ui - - - org.richfaces.core - richfaces-core-impl + org.richfaces + richfaces + 4.5.3.Final diff --git a/1980EN_04_Code/ticket-agency-cdi/src/main/webapp/WEB-INF/web.xml b/1980EN_04_Code/ticket-agency-cdi/src/main/webapp/WEB-INF/web.xml index c02cc82..9373bd9 100644 --- a/1980EN_04_Code/ticket-agency-cdi/src/main/webapp/WEB-INF/web.xml +++ b/1980EN_04_Code/ticket-agency-cdi/src/main/webapp/WEB-INF/web.xml @@ -15,4 +15,9 @@ faces/index.xhtml + + + com.sun.faces.enableRestoreView11Compatibility + true + \ No newline at end of file