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

Norman Richards norman.richards at jboss.com
Wed Feb 21 09:37:49 EST 2007


  User: nrichards
  Date: 07/02/21 09:37:49

  Modified:    examples/spring/resources  applicationContext.xml
  Log:
  update example
  
  Revision  Changes    Path
  1.5       +3 -0      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.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- applicationContext.xml	21 Feb 2007 00:43:35 -0000	1.4
  +++ applicationContext.xml	21 Feb 2007 14:37:49 -0000	1.5
  @@ -14,11 +14,14 @@
   
       <bean id="userService" class="org.jboss.seam.example.spring.UserService">
           <property name="entityManager" ref="em"/>
  +        <seam:component />
       </bean>
   
       <bean id="bookingService" class="org.jboss.seam.example.spring.BookingService">
           <property name="entityManager" ref="em"/>
       </bean>
       
  +    <seam:configure-scopes />
  +    
       <seam:instance id="em" name="entityManager" proxy="true"/>
   </beans>
  
  
  



More information about the jboss-cvs-commits mailing list