[jboss-cvs] jboss-seam/examples/remoting/gwt/resources/WEB-INF ...

Shane Bryzak sbryzak at redhat.com
Wed Oct 31 20:52:06 EDT 2007


  User: sbryzak2
  Date: 07/10/31 20:52:06

  Modified:    examples/remoting/gwt/resources/WEB-INF   components.xml
                        web.xml
  Log:
  minor
  
  Revision  Changes    Path
  1.5       +12 -10    jboss-seam/examples/remoting/gwt/resources/WEB-INF/components.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: components.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/remoting/gwt/resources/WEB-INF/components.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- components.xml	25 Sep 2007 16:13:18 -0000	1.4
  +++ components.xml	1 Nov 2007 00:52:06 -0000	1.5
  @@ -1,11 +1,13 @@
  -<!DOCTYPE components PUBLIC
  -  "-//JBoss/Seam Component Configuration DTD 2.0//EN"
  -  "http://jboss.com/products/seam/components-2.0.dtd">
  +<?xml version="1.0" encoding="UTF-8"?>
  +<components xmlns="http://jboss.com/products/seam/components"
  +            xmlns:core="http://jboss.com/products/seam/core"
  +            xmlns:remoting="http://jboss.com/products/seam/remoting"
  +            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  +            xsi:schemaLocation=
  +                "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-2.0.xsd
  +                 http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.0.xsd
  +                 http://jboss.com/products/seam/remoting http://jboss.com/products/seam/remoting-2.0.xsd">
   
  -<components>
  -
  -  <component name="org.jboss.seam.core.init">
  -    <property name="jndiPattern">@jndiPattern@</property>
  -  </component>
  +  <core:init jndi-pattern="@jndiPattern@" debug="true"/>
   
   </components>
  
  
  
  1.4       +1 -1      jboss-seam/examples/remoting/gwt/resources/WEB-INF/web.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: web.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/remoting/gwt/resources/WEB-INF/web.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- web.xml	16 Jul 2007 06:45:54 -0000	1.3
  +++ web.xml	1 Nov 2007 00:52:06 -0000	1.4
  @@ -13,7 +13,7 @@
   
     <filter>
       <filter-name>Seam Filter</filter-name>
  -    <filter-class>org.jboss.seam.web.ContextFilter</filter-class>
  +    <filter-class>org.jboss.seam.servlet.SeamFilter</filter-class>
     </filter>
   
     <filter-mapping>
  
  
  



More information about the jboss-cvs-commits mailing list