[jboss-svn-commits] JBL Code SVN: r7907 - labs/jbossesb/trunk/product/samples/quickstarts/helloworld
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Nov 28 17:23:42 EST 2006
Author: burrsutter
Date: 2006-11-28 17:23:41 -0500 (Tue, 28 Nov 2006)
New Revision: 7907
Modified:
labs/jbossesb/trunk/product/samples/quickstarts/helloworld/readme.txt
Log:
Modified: labs/jbossesb/trunk/product/samples/quickstarts/helloworld/readme.txt
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/helloworld/readme.txt 2006-11-28 22:18:37 UTC (rev 7906)
+++ labs/jbossesb/trunk/product/samples/quickstarts/helloworld/readme.txt 2006-11-28 22:23:41 UTC (rev 7907)
@@ -38,3 +38,16 @@
when it boots up therefore it needs access to the MySQL environment where
jUDDI is living. This works in conjunction with juddi.properties.
+build.xml task and structure description:
+* the classpath property pulls the jbossesb-properties.xml file and the juddi.properties file to the
+front of the list
+* the echoCP task is useful for making sure what you think is in your classpath is actually in your classpath
+Usage is: ant echoCP > myclasspath.txt
+This generates a file called myclasspath.txt which can be reviewed in a text editor
+* the run task calls the Launcher passing in 3 arguments the most important are the esb-config.xml and
+esb-config-gateway.xml files
+* the runtest task calls the quickstart.test.SendJMSMessage class and passes in an argument representing
+the string-based message to be pused into the queue the gateway is listening on. Note: SendJMSMessage
+contains a hard-coded queue name.
+
+
More information about the jboss-svn-commits
mailing list