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

Norman Richards norman.richards at jboss.com
Thu Feb 22 01:24:06 EST 2007


  User: nrichards
  Date: 07/02/22 01:24:06

  Modified:    examples/spring/resources  applicationContext.xml
  Log:
  declare hotelSearch as a spring bean with seam scope
  
  Revision  Changes    Path
  1.6       +4 -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.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- applicationContext.xml	21 Feb 2007 14:37:49 -0000	1.5
  +++ applicationContext.xml	22 Feb 2007 06:24:06 -0000	1.6
  @@ -21,6 +21,10 @@
           <property name="entityManager" ref="em"/>
       </bean>
   
  +    <bean id="hotelSearch" class="org.jboss.seam.example.spring.HotelSearchingAction" scope="seam.SESSION">
  +        <property name="pageSize" value="10"/>
  +    </bean>
  +
       <seam:configure-scopes />
       
       <seam:instance id="em" name="entityManager" proxy="true"/>
  
  
  



More information about the jboss-cvs-commits mailing list