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

Peter Muir peter at bleepbleep.org.uk
Mon Oct 1 15:34:56 EDT 2007


  User: pmuir   
  Date: 07/10/01 15:34:56

  Modified:    examples/jpa  readme.txt
  Log:
  JBSEAM-1968
  
  Revision  Changes    Path
  1.9       +12 -5     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.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- readme.txt	1 Aug 2007 15:37:50 -0000	1.8
  +++ readme.txt	1 Oct 2007 19:34:56 -0000	1.9
  @@ -2,8 +2,8 @@
   ================
   
   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.
  +It can be deployed in JBoss AS 4.x, WebLogic, Glassfish, Tomcat (both with and 
  +without the EJB3 container).
   
   JBoss AS 4.2.0:
     * Install JBoss AS 4.2.0 GA
  @@ -36,15 +36,22 @@
     * Start the application
     * Access it at http://localhost:9080/context_root/index.html
   
  -Tomcat (the build is the same as JBoss 4.2.0 GA WAR):
  +Tomcat with JBoss Embedded(the build is the same as JBoss 4.2.0 GA WAR):
     * Install Tomcat
  -  * Install Embeddable JBoss
  +  * Install JBoss Embedded
     * ant jboss
     * Deploy dist-jboss/jboss-seam-jpa.war
     * Start Tomcat
     * Access the app at http://localhost:8080/jboss-seam-jpa/
   
  -Glassfish
  +Tomcat (5.5 or 6) without JBoss Embedded:
  +  * Install Tomcat
  +  * ant tomcat55 or ant tomcat6
  +  * Deploy dist-jboss/jboss-seam-jpa.war
  +  * Start Tomcat
  +  * Access the app at http://localhost:8080/jboss-seam-jpa/
  +
  +Glassfish (not currently working):
     * Install Glassfish v2 beta4
     * ant glassfish
     * Start GlassFish
  
  
  



More information about the jboss-cvs-commits mailing list