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

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


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

  Modified:    examples/jpa  readme.txt
  Log:
  JBSEAM-1573, update all example readme (adding where missing), move deploy and test instructions to common readme.
  
  Revision  Changes    Path
  1.8       +5 -2      jboss-seam/examples/jpa/readme.txt
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: readme.txt
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/jpa/readme.txt,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- readme.txt	8 Jul 2007 22:54:40 -0000	1.7
  +++ readme.txt	1 Aug 2007 15:37:50 -0000	1.8
  @@ -1,3 +1,6 @@
  +Seam JPA Example
  +================
  +
   This is the Hotel Booking example implemented in Seam POJO and Hibernate JPA.
   It can be deployed in JBoss AS 4.x, WebLogic, Glassfish, Tomcat without
   the EJB3 container.
  @@ -49,12 +52,12 @@
     * Deploy dist-glassfish/jboss-seam-jpa.war as Web App
     * Access the app at http://localhost:8080/jboss-seam-jpa/
   
  -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,
     we strongly recommend you to use a non-Derby data source (e.g., HSQL
     is a much better embeded 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 use Derby with Glassfish.
   
  
  
  



More information about the jboss-cvs-commits mailing list