[jboss-cvs] jboss-seam/examples/hibernate2 ...

Peter Muir peter at bleepbleep.org.uk
Wed Aug 1 11:37:53 EDT 2007


  User: pmuir   
  Date: 07/08/01 11:37:53

  Modified:    examples/hibernate2  readme.txt
  Log:
  JBSEAM-1573, update all example readme (adding where missing), move deploy and test instructions to common readme.
  
  Revision  Changes    Path
  1.9       +17 -7     jboss-seam/examples/hibernate2/readme.txt
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: readme.txt
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/hibernate2/readme.txt,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- readme.txt	21 Jul 2007 06:12:24 -0000	1.8
  +++ readme.txt	1 Aug 2007 15:37:53 -0000	1.9
  @@ -1,14 +1,24 @@
  +Seam Hibernate2 Example
  +=======================
  +
   This is the Hotel Booking example implemented in Seam and Hibernate POJOs.
  -It can be deployed in JBoss AS 4.x, WebLogic, Glassfish, Tomcat without
  +It can be deployed in JBoss AS 4.x, WebLogic, Glassfish and Tomcat without
   the EJB3 container.
   
  -JBoss AS 4.0.5 (with or without EJB3):
  -  * Install JBoss AS 4.0.5 with the default J2EE profile
  +JBoss AS 4.2.x:
  +  * Install JBoss AS with the default profile
     * ant jboss
     * Deploy dist-jboss/jboss-seam-hibernate.war
     * Start JBoss AS 
     * Access the app at http://localhost:8080/jboss-seam-hibernate/
   
  +JBoss AS 4.0.5.GA:
  +  * Install JBoss AS with the default profile (with or without EJB3)
  +  * ant jboss405
  +  * Deploy dist-jboss/jboss-seam-hibernate.war
  +  * Start JBoss AS 
  +  * Access the app at http://localhost:8080/jboss-seam-hibernate/
  +
   WebLogic 9.2:
     * Install WebLogic 9.2
     * ant weblogic92
  @@ -51,11 +61,11 @@
     * Deploy dist-glassfish/jboss-seam-hibernate.war as Web App
     * Access the app at http://localhost:8080/jboss-seam-hibernate/
   
  -NOTES TO GLASSFISH:
  +NOTES FOR GLASSFISH USERS:
     In order for the app to work out of the box with Glassfish, we have
  -  used the Derby (i.e., Java DB) database in Glassfish. However,
  +  used the Derby (i.e. Java DB) database in Glassfish. However,
     we strongly recommend you to use a non-Derby data source (e.g., HSQL
  -  is a much better embeded DB) if possible. The 
  +  is a much better embedded DB) if possible. The 
     WEB/classes/GlassfishDerbyDialect.class is a special hack to get around 
     a Derby bug in Glassfish TM. You must use it as your Hibernate dialect
  -  if you were to use Derby with Glassfish.
  +  if you are using Derby with Glassfish.
  
  
  



More information about the jboss-cvs-commits mailing list