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

Norman Richards norman.richards at jboss.com
Mon Feb 19 14:30:25 EST 2007


  User: nrichards
  Date: 07/02/19 14:30:25

  Modified:    examples/spring/resources  spring-beans.xml
  Log:
  booking
  
  Revision  Changes    Path
  1.7       +6 -1      jboss-seam/examples/spring/resources/spring-beans.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: spring-beans.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/spring/resources/spring-beans.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- spring-beans.xml	18 Feb 2007 19:57:58 -0000	1.6
  +++ spring-beans.xml	19 Feb 2007 19:30:25 -0000	1.7
  @@ -59,8 +59,13 @@
       <bean id="conversationSeamStringStore" class="org.jboss.seam.example.spring.StringStore" scope="seam.CONVERSATION"
             init-method="init" />
       
  +    <bean id="hotelSearch" class="org.jboss.seam.example.spring.HotelSearchingAction" scope="seam.SESSION">
  +        <property name="entityManagerFactory">
  +            <seam:instance name="bookingDatabase"/> 
  +        </property> 
  +    </bean> 
   
  -    <bean id="springBookingDao" class="org.jboss.seam.example.spring.SpringBookingDao"> 
  +    <bean id="hotelBooking" class="org.jboss.seam.example.spring.HotelBookingAction" scope="seam.SESSION">
           <property name="entityManagerFactory">
               <seam:instance name="bookingDatabase"/> 
           </property> 
  
  
  



More information about the jboss-cvs-commits mailing list