[jboss-svn-commits] JBL Code SVN: r14842 - labs/jbossesb/trunk/product/samples/quickstarts/helloworld_hibernate_action.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Sep 3 14:26:16 EDT 2007


Author: tcunning
Date: 2007-09-03 14:26:15 -0400 (Mon, 03 Sep 2007)
New Revision: 14842

Modified:
   labs/jbossesb/trunk/product/samples/quickstarts/helloworld_hibernate_action/readme.txt
Log:
bug:JBESB-979
Commit readme changes.


Modified: labs/jbossesb/trunk/product/samples/quickstarts/helloworld_hibernate_action/readme.txt
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/helloworld_hibernate_action/readme.txt	2007-09-03 18:25:11 UTC (rev 14841)
+++ labs/jbossesb/trunk/product/samples/quickstarts/helloworld_hibernate_action/readme.txt	2007-09-03 18:26:15 UTC (rev 14842)
@@ -26,15 +26,29 @@
   and a more detailed descripton of the different ways to run the quickstarts.
 
   Make sure that you have MySQL running before starting this quickstart.  Once
-  it is running, execute 'ant createdb' to create the database.
+  it is running, execute 'ant createdb' to create the database.   
 
-  Note, this quickstart requires an ESB embedded in JBoss AS 4.2.0.GA.
   Installation instructions can be found in the install/readme.txt.
 
-To Run .ear mode:
+Setting up MySQL 
+======================= 
+By default, this quickstart uses a standard MySQL database with root as the
+user and no password set.    You can easily change these settings by changing
+the hibernate.cfg.xml file and you may also have to make minor modifications
+to the createdb target of build.xml.
+
+This quickstart uses the same database settings that are required in the 
+helloworld_sql_action quickstart.
+
+To Run .esb mode:
 =======================
   1. In a command terminal window in the quickstart folder type 'ant deploy'.
-  2. Assuming that your appserver is running tomcat on port 8080, Browse to
+  2. Start your appserver.    This quickstart deploys a jar into a common
+     lib directory, so it is important that the app server be started 
+     after deployment.    You may see JSP compilation errors if you try
+     to deploy the quickstart for the first time while the appserver is 
+     still running.
+  3. Assuming that your appserver is running tomcat on port 8080, Browse to
      http://localhost:8080/hibernateaction/index.jsp
-  3. Watch the events in the JBoss appserver console.
-  4. To undeploy the application, type 'ant undeploy'
+  4. Watch the events in the JBoss appserver console.
+  5. To undeploy the application, type 'ant undeploy'




More information about the jboss-svn-commits mailing list