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

Michael Youngstrom youngm at gmail.com
Sat Mar 10 17:05:47 EST 2007


  User: myoungstrom
  Date: 07/03/10 17:05:47

  Modified:    examples/spring/resources/WEB-INF   web.xml components.xml
  Log:
  Some initial work on JBSEAM-995
  
  Revision  Changes    Path
  1.6       +0 -9      jboss-seam/examples/spring/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/spring/resources/WEB-INF/web.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- web.xml	22 Feb 2007 04:29:08 -0000	1.5
  +++ web.xml	10 Mar 2007 22:05:47 -0000	1.6
  @@ -8,15 +8,6 @@
           <listener-class>org.jboss.seam.servlet.SeamListener</listener-class>
       </listener>
   
  -    <listener>
  -        <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
  -    </listener>
  -
  -    <context-param>
  -        <param-name>contextConfigLocation</param-name>
  -        <param-value>classpath:/applicationContext.xml</param-value>
  -    </context-param>
  -
       <filter>
           <filter-name>Seam Filter</filter-name>
           <filter-class>org.jboss.seam.web.SeamFilter</filter-class>
  
  
  
  1.10      +3 -0      jboss-seam/examples/spring/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/spring/resources/WEB-INF/components.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- components.xml	27 Feb 2007 07:16:53 -0000	1.9
  +++ components.xml	10 Mar 2007 22:05:47 -0000	1.10
  @@ -1,6 +1,7 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <components xmlns="http://jboss.com/products/seam/components" 
               xmlns:core="http://jboss.com/products/seam/core"
  +            xmlns:spring="http://jboss.com/products/seam/spring"
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
               xsi:schemaLocation="http://jboss.com/products/seam/core http://jboss.com/products/seam/core-1.2.xsd 
                                   http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.2.xsd">
  @@ -17,5 +18,7 @@
       
       <core:init debug="true"/>
   
  +    <spring:context-loader installed="true" config-locations="classpath:/applicationContext.xml"/>
  +
       <core:ejb installed="@embeddedEjb@"/>
   </components>
  
  
  



More information about the jboss-cvs-commits mailing list