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

Norman Richards norman.richards at jboss.com
Tue Feb 20 19:43:35 EST 2007


  User: nrichards
  Date: 07/02/20 19:43:35

  Modified:    examples/spring/resources  applicationContext.xml
  Log:
  remove classpathref
  
  Revision  Changes    Path
  1.4       +1 -3      jboss-seam/examples/spring/resources/applicationContext.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: applicationContext.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/spring/resources/applicationContext.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- applicationContext.xml	20 Feb 2007 22:14:18 -0000	1.3
  +++ applicationContext.xml	21 Feb 2007 00:43:35 -0000	1.4
  @@ -8,11 +8,9 @@
          xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
                              http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.0.xsd
                              http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.0.xsd
  -                           http://jboss.com/products/seam/spring classpath:org/jboss/seam/ioc/spring/spring.xsd
  -
  +                           http://jboss.com/products/seam/spring http://jboss.com/products/seam/spring-1.1.xsd
                              http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.0.xsd"
          default-lazy-init="true">
  -    <!-- XX fix schemaloc -->
   
       <bean id="userService" class="org.jboss.seam.example.spring.UserService">
           <property name="entityManager" ref="em"/>
  
  
  



More information about the jboss-cvs-commits mailing list