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

Christian Bauer christian at hibernate.org
Thu Jan 3 09:54:35 EST 2008


  User: cbauer  
  Date: 08/01/03 09:54:35

  Modified:    examples/wiki  README.txt
  Log:
  Dev profile now requires MySQL, disabled tests conditionally that don't run on HSQL
  
  Revision  Changes    Path
  1.18      +9 -4      jboss-seam/examples/wiki/README.txt
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: README.txt
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/README.txt,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -b -r1.17 -r1.18
  --- README.txt	19 Dec 2007 04:29:29 -0000	1.17
  +++ README.txt	3 Jan 2008 14:54:35 -0000	1.18
  @@ -9,7 +9,7 @@
   - Verify the rest results in build/test-output/
   
   
  -INSTALLATION WITH HSQL DB (development profile)
  +INSTALLATION WITH MYSQL (development profile)
   ==========================================================================================
   
   - Install JBoss Application Server 4.2.2 GA
  @@ -17,11 +17,16 @@
   - Edit build.properties
   
   - Upgrade/downgrade the Hibernate libraries to the ones bundled with this application:
  -  'ant upgradehibernate' will replace the libraries in server/default/lib of JBoss AS 4.2.1
  +  'ant upgradehibernate' will replace the libraries in server/default/lib of JBoss AS 4.2.2
     and also copy the required ehcache.jar.
  -  (Sorry, but no other version works currently and the 4.2.1 bundled libraries are too old.)
  +  (Sorry, but no other version works currently and the 4.2.2 bundled libraries are too old.)
   
  -- Run the standalone HSQL DB server with 'ant startdb'
  +- Install MySQL 5.x and start it
  +
  +- Obtain the correct JDBC driver for your MySQL version and copy it into server/default/lib/ of JBoss AS
  +
  +- The 'dev' default deployment profile will use the default MySQL 'test' database with user 'test' and
  +  no password, a fresh database schema will be exported to the database on each redeploy
   
   - Call 'ant deploy'
   
  
  
  



More information about the jboss-cvs-commits mailing list