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

Shane Bryzak sbryzak at redhat.com
Sun Jun 24 03:09:52 EDT 2007


  User: sbryzak2
  Date: 07/06/24 03:09:52

  Modified:    examples/seambay/resources/WEB-INF   components.xml web.xml
  Log:
  updated ws test page
  
  Revision  Changes    Path
  1.7       +1 -1      jboss-seam/examples/seambay/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/seambay/resources/WEB-INF/components.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- components.xml	20 Jun 2007 02:11:30 -0000	1.6
  +++ components.xml	24 Jun 2007 07:09:52 -0000	1.7
  @@ -14,7 +14,7 @@
                    http://jboss.com/products/seam/web http://jboss.com/products/seam/web-1.3.xsd
                    http://jboss.com/products/seam/drools http://jboss.com/products/seam/drools-1.3.xsd">
   
  -    <core:init jndi-pattern="@jndiPattern@" debug="false"/>
  +    <core:init jndi-pattern="@jndiPattern@" debug="true"/>
    
       <core:manager conversation-timeout="120000" 
                     concurrent-request-timeout="500"
  
  
  
  1.4       +1 -1      jboss-seam/examples/seambay/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/seambay/resources/WEB-INF/web.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- web.xml	23 Apr 2007 14:37:02 -0000	1.3
  +++ web.xml	24 Jun 2007 07:09:52 -0000	1.4
  @@ -18,7 +18,7 @@
       
       <filter-mapping>
         <filter-name>Seam Filter</filter-name>
  -      <url-pattern>/*</url-pattern>
  +      <url-pattern>*.seam</url-pattern>
       </filter-mapping>     
           
       <servlet>
  
  
  



More information about the jboss-cvs-commits mailing list