[jboss-svn-commits] JBL Code SVN: r37319 - labs/jbossesb/branches/JBESB_4_10_CP/product/samples/quickstarts.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Jul 29 14:39:41 EDT 2011


Author: tcunning
Date: 2011-07-29 14:39:41 -0400 (Fri, 29 Jul 2011)
New Revision: 37319

Modified:
   labs/jbossesb/branches/JBESB_4_10_CP/product/samples/quickstarts/readme.txt
Log:
JBESB-3651
Update the quickstart readme, update the server versions/text.


Modified: labs/jbossesb/branches/JBESB_4_10_CP/product/samples/quickstarts/readme.txt
===================================================================
--- labs/jbossesb/branches/JBESB_4_10_CP/product/samples/quickstarts/readme.txt	2011-07-28 20:18:16 UTC (rev 37318)
+++ labs/jbossesb/branches/JBESB_4_10_CP/product/samples/quickstarts/readme.txt	2011-07-29 18:39:41 UTC (rev 37319)
@@ -15,17 +15,18 @@
 If you wish to run the quickstarts against a different server then the one that
 you deployed to when you ran 'ant deploy' in the product/install directory then
 you can modify this file to point to your specific version of JBoss AS.
-org.jboss.esb.server.home=/opt/jboss/jboss405-GA
-jboss.server=quickstarts
 
+org.jboss.esb.server.home=/opt/jboss/jboss5.1.0.GA
+jboss.server=all
 
+
 Prerequisites:
 - Assumes you are comfortable working at the command line with Ant
 - Assumes you are running JBossMQ or JBossMessaging on JBoss Application Server.
   Other JMS solutions should work as well but the configuration files contained
   in the quickstarts are focused on those.
 - Assumes you have properly configured the JBoss ESB.  If you are using JBoss
-  Application Server 4.2 simply go into the "install" folder for the JBoss ESB,
+  Application Server, simply go into the "install" folder for the JBoss ESB,
   modify the deployment.properties file and run "ant".  Make sure to have the
   App Server turned "off" while this process is occuring.
   This process will add the JBoss ESB artifacts to your JBoss Application
@@ -34,7 +35,7 @@
 
 The following is a brief outline of some of the various quickstarts. If this is
 your first time working with the JBoss ESB we recommend at least trying
-"helloworld", "helloworld_action" and "more_action".
+"helloworld", "helloworld_action" and "custom_action".
 
 * helloworld - Uses a JMS Gateway combined with a Listener.  If this is your
   first time using the JBoss ESB then start by exercising this simple 



More information about the jboss-svn-commits mailing list