From 5d4681a32e93eee2d3e22f71c7870fc68e3ff14a Mon Sep 17 00:00:00 2001 From: antelder Date: Sat, 4 Jul 2009 09:46:03 +0000 Subject: Update JSF sample for sca namespace change and missing tuscany config in web.xml git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791089 13f79535-47bb-0310-9956-ffa450edef68 --- .../helloworld-jsf/src/main/webapp/WEB-INF/web.composite | 4 ++-- .../webapps/helloworld-jsf/src/main/webapp/WEB-INF/web.xml | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/java/sca/samples/webapps/helloworld-jsf/src/main/webapp/WEB-INF/web.composite b/java/sca/samples/webapps/helloworld-jsf/src/main/webapp/WEB-INF/web.composite index 7e2ca0a158..56ed55b2d5 100644 --- a/java/sca/samples/webapps/helloworld-jsf/src/main/webapp/WEB-INF/web.composite +++ b/java/sca/samples/webapps/helloworld-jsf/src/main/webapp/WEB-INF/web.composite @@ -17,8 +17,8 @@ * specific language governing permissions and limitations * under the License. --> - diff --git a/java/sca/samples/webapps/helloworld-jsf/src/main/webapp/WEB-INF/web.xml b/java/sca/samples/webapps/helloworld-jsf/src/main/webapp/WEB-INF/web.xml index 7fd6bd6b6b..41098def30 100644 --- a/java/sca/samples/webapps/helloworld-jsf/src/main/webapp/WEB-INF/web.xml +++ b/java/sca/samples/webapps/helloworld-jsf/src/main/webapp/WEB-INF/web.xml @@ -24,6 +24,16 @@ MyProject web.xml + + + org.apache.tuscany.sca.host.webapp.TuscanyContextListener + + + org.apache.myfaces.config.annotation.LifecycleProvider + org.apache.tuscany.sca.myfaces.TuscanyAnnotationLifecycleProvider + +