You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by ge...@apache.org on 2010/01/05 21:09:04 UTC

svn commit: r896196 - in /openwebbeans/trunk/samples: guess/pom.xml guess/src/main/webapp/WEB-INF/faces-config.xml reservation/pom.xml

Author: gerdogdu
Date: Tue Jan  5 20:09:03 2010
New Revision: 896196

URL: http://svn.apache.org/viewvc?rev=896196&view=rev
Log:
Update for interceptor spec. and return to run on Jsf1.2

Modified:
    openwebbeans/trunk/samples/guess/pom.xml
    openwebbeans/trunk/samples/guess/src/main/webapp/WEB-INF/faces-config.xml
    openwebbeans/trunk/samples/reservation/pom.xml

Modified: openwebbeans/trunk/samples/guess/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/samples/guess/pom.xml?rev=896196&r1=896195&r2=896196&view=diff
==============================================================================
--- openwebbeans/trunk/samples/guess/pom.xml (original)
+++ openwebbeans/trunk/samples/guess/pom.xml Tue Jan  5 20:09:03 2010
@@ -133,7 +133,7 @@
 				<!-- Interceptor API -->	
 				<dependency>
 					<groupId>org.apache.geronimo.specs</groupId>
-					<artifactId>geronimo-interceptor_3.0_spec</artifactId>
+					<artifactId>geronimo-interceptor_1.1_spec</artifactId>
 				</dependency>
 				
 			</dependencies>

Modified: openwebbeans/trunk/samples/guess/src/main/webapp/WEB-INF/faces-config.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/samples/guess/src/main/webapp/WEB-INF/faces-config.xml?rev=896196&r1=896195&r2=896196&view=diff
==============================================================================
--- openwebbeans/trunk/samples/guess/src/main/webapp/WEB-INF/faces-config.xml (original)
+++ openwebbeans/trunk/samples/guess/src/main/webapp/WEB-INF/faces-config.xml Tue Jan  5 20:09:03 2010
@@ -18,11 +18,10 @@
 under the License.
 -->
 
-<faces-config version="2.0"
- 	xmlns="http://java.sun.com/xml/ns/javaee"
- 	xmlns:xi="http://www.w3.org/2001/XInclude"
- 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- 	xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd">
+<faces-config version="1.2" xmlns="http://java.sun.com/xml/ns/javaee"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2.xsd">
+
  	
     <navigation-rule>
     	<from-view-id>/home.xhtml</from-view-id>
@@ -49,5 +48,9 @@
     	</navigation-case>
     </navigation-rule>
 	
+	 <application>
+  <view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
+ </application>
+
 	
 </faces-config>

Modified: openwebbeans/trunk/samples/reservation/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/samples/reservation/pom.xml?rev=896196&r1=896195&r2=896196&view=diff
==============================================================================
--- openwebbeans/trunk/samples/reservation/pom.xml (original)
+++ openwebbeans/trunk/samples/reservation/pom.xml Tue Jan  5 20:09:03 2010
@@ -180,7 +180,7 @@
 				<!-- Interceptor API -->		
 				<dependency>
 					<groupId>org.apache.geronimo.specs</groupId>
-					<artifactId>geronimo-interceptor_3.0_spec</artifactId>
+					<artifactId>geronimo-interceptor_1.1_spec</artifactId>
 				</dependency>
 
 				<!-- OpenJPA -->