[jboss-svn-commits] JBL Code SVN: r18588 - labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/helloworld_hibernate_action.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Mon Feb 25 18:28:49 EST 2008
Author: tcunning
Date: 2008-02-25 18:28:49 -0500 (Mon, 25 Feb 2008)
New Revision: 18588
Modified:
labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/helloworld_hibernate_action/readme.txt
Log:
bug:JBESB-1551
Remove in-memory phrase from readme.
Modified: labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/helloworld_hibernate_action/readme.txt
===================================================================
--- labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/helloworld_hibernate_action/readme.txt 2008-02-25 23:05:57 UTC (rev 18587)
+++ labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/helloworld_hibernate_action/readme.txt 2008-02-25 23:28:49 UTC (rev 18588)
@@ -1,7 +1,7 @@
Overview:
=========
This is a demonstration of a Hibernate listener. This test is configured
- to use an in-memory hsqldb database (see jbossesb.xml). This
+ to use an hsqldb database (see jbossesb.xml). This
quickstart builds an ear containing both an .esb and a .war. The .war
has a series of .jsps which demonstrate insert/delete/load/update.
@@ -29,7 +29,7 @@
Setting Up
=======================
-By default, this quickstart uses a standard hsqldb in-memory DB with "sa" as the
+By default, this quickstart uses a standard hsqldb DB with "sa" as the
user and "sa" as the password. You can easily change these settings by
changing the hibernate.cfg.xml file and the appropriate build.xml targets.
More information about the jboss-svn-commits
mailing list