[jboss-cvs] jboss-seam/examples/hibernate2/src/org/jboss/seam/example/hibernate ...

Peter Muir peter at bleepbleep.org.uk
Fri Oct 12 06:46:58 EDT 2007


  User: pmuir   
  Date: 07/10/12 06:46:58

  Modified:    examples/hibernate2/src/org/jboss/seam/example/hibernate 
                        HotelSearchingAction.java
  Log:
  Copy tests from booking example to hibernate example
  
  Revision  Changes    Path
  1.6       +3 -2      jboss-seam/examples/hibernate2/src/org/jboss/seam/example/hibernate/HotelSearchingAction.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: HotelSearchingAction.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/hibernate2/src/org/jboss/seam/example/hibernate/HotelSearchingAction.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- HotelSearchingAction.java	25 Jun 2007 16:18:46 -0000	1.5
  +++ HotelSearchingAction.java	12 Oct 2007 10:46:58 -0000	1.6
  @@ -1,6 +1,7 @@
  -//$Id: HotelSearchingAction.java,v 1.5 2007/06/25 16:18:46 gavin Exp $
  +//$Id: HotelSearchingAction.java,v 1.6 2007/10/12 10:46:58 pmuir Exp $
   package org.jboss.seam.example.hibernate;
   
  +import java.io.Serializable;
   import java.util.List;
   
   import org.hibernate.Session;
  @@ -13,7 +14,7 @@
   
   @Name("hotelSearch")
   @Scope(ScopeType.SESSION)
  -public class HotelSearchingAction
  +public class HotelSearchingAction implements Serializable
   {
      
      @In
  
  
  



More information about the jboss-cvs-commits mailing list