[jboss-cvs] jboss-seam/src/main/META-INF ...

Gavin King gavin.king at jboss.com
Sat Oct 21 21:47:11 EDT 2006


  User: gavin   
  Date: 06/10/21 21:47:11

  Modified:    src/main/META-INF  faces-config.xml
  Log:
  better exception handling
  rolled back change to faces-config
  fix bug where destroy() injected closed EM and tried to register in txn
  
  Revision  Changes    Path
  1.10      +15 -14    jboss-seam/src/main/META-INF/faces-config.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: faces-config.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/META-INF/faces-config.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- faces-config.xml	19 Oct 2006 23:34:40 -0000	1.9
  +++ faces-config.xml	22 Oct 2006 01:47:11 -0000	1.10
  @@ -1,15 +1,16 @@
   <?xml version="1.0"?>
  -<faces-config xmlns="http://java.sun.com/xml/ns/javaee"
  -              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"
  -              version="1.2">
  +<!DOCTYPE faces-config PUBLIC
  +      "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.1//EN"
  +      "http://java.sun.com/dtd/web-facesconfig_1_1.dtd">
  +    
  +<faces-config>
   
     <application>
        <navigation-handler>org.jboss.seam.jsf.SeamNavigationHandler</navigation-handler>
        <view-handler>org.jboss.seam.jsf.SeamViewHandler</view-handler>
        <state-manager>org.jboss.seam.jsf.SeamStateManager</state-manager>
        <variable-resolver>org.jboss.seam.jsf.SeamVariableResolver</variable-resolver>
  -     <el-resolver>org.jboss.seam.jsf.SeamELResolver</el-resolver>
  +      <!-- el-resolver>org.jboss.seam.jsf.SeamELResolver</el-resolver-->
     </application>
     
     <factory>
  
  
  



More information about the jboss-cvs-commits mailing list