[jboss-svn-commits] JBL Code SVN: r12569 - in labs/jbossesb/workspace/dbevenius/product: samples/quickstarts/helloworld_ftp_action and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Jun 14 02:14:08 EDT 2007


Author: beve
Date: 2007-06-14 02:14:07 -0400 (Thu, 14 Jun 2007)
New Revision: 12569

Modified:
   labs/jbossesb/workspace/dbevenius/product/build-distr.xml
   labs/jbossesb/workspace/dbevenius/product/samples/quickstarts/helloworld_ftp_action/readme.txt
Log:
Added jgroups-all.jar and cache.jar to the jbossesb.sar/lib dir upon distribution.
Updated the readme.txt from helloworld_ftp_action.


Modified: labs/jbossesb/workspace/dbevenius/product/build-distr.xml
===================================================================
--- labs/jbossesb/workspace/dbevenius/product/build-distr.xml	2007-06-14 03:54:11 UTC (rev 12568)
+++ labs/jbossesb/workspace/dbevenius/product/build-distr.xml	2007-06-14 06:14:07 UTC (rev 12569)
@@ -135,6 +135,8 @@
             <fileset dir="${lib.ext.dir}" includes="jcr-*.jar,jackrabbit-*.jar,commons-io-*.jar,lucene-*.jar"/>
             <!-- XStream jars - including woodstox for the StaxDriver -->
             <fileset dir="${lib.ext.dir}" includes="xstream-*.jar,wstx-lgpl-*.jar"/>
+            <!-- JBossCache jars - including jgroups -->
+            <fileset dir="${lib.ext.dir}" includes="cache.jar,jgroups-all.jar"/>
         </copy>
 
     </target>

Modified: labs/jbossesb/workspace/dbevenius/product/samples/quickstarts/helloworld_ftp_action/readme.txt
===================================================================
--- labs/jbossesb/workspace/dbevenius/product/samples/quickstarts/helloworld_ftp_action/readme.txt	2007-06-14 03:54:11 UTC (rev 12568)
+++ labs/jbossesb/workspace/dbevenius/product/samples/quickstarts/helloworld_ftp_action/readme.txt	2007-06-14 06:14:07 UTC (rev 12569)
@@ -79,17 +79,32 @@
 Project file descriptions:
 ==========================
 
-    jboss-esb-unfiltered.xml:
-	The jboss-esb configuration file before it is filtered by Ant to add the proper values for the
-	remote ftp server. Ant will generate a file name jboss-esb.xml.
+    * jboss-esb-unfiltered.xml - the jboss-esb configuration file before it is filtered by Ant 
+	  to add the proper values for the remote ftp server. Ant will generate a file name jboss-esb.xml.
 
-    jboss-esb-readonly-unfiltered.xml:
-	Same as the file above but configured for a readonly ftp server. Ant will generate an file named
-	jboss-esb-XX.xml. The reason for this is that if two standalone instances of the ESB are started 
-	in the same directory and use the same config file they will interfere with each other on startup. 
-	The one already started will think that it file as changed. Just run 'ant clean' to get rid of all
-	the generated files.
+    * jboss-esb-readonly-unfiltered.xml - same as the file above but configured for a readonly ftp server. 
+	  Ant will generate an file named jboss-esb-XX.xml. The reason for this is that if two standalone 
+	  instances of the ESB are started in the same directory and use the same config file they will 
+	  interfere with each other on startup. The one already started will think that it file as changed. 
+	  Just run 'ant clean' to get rid of all the generated files.
 
-	ftpfile-cache-config.xml
-	JBossTreeCache configuration file used with the readonly version.	
+	* ftpfile-cache-config.xml - JBossTreeCache configuration file used with the readonly version.	
 
+	* jbossesb-properties.xml - also needed by jUDDI and needs to be at the head of the classpath.  
+	  Both juddi.properties and jbossesb-properties.xml are used when the service first
+	  boots up for self-registration based upon the service-category and 
+	  service-name found in the esb-config.xml file.
+
+	* jndi.properties - needed primarily for
+	  quickstart.test.SendJMSMessage that is fired by ant runtest.
+
+	* log4j.xml - needed to configure log4J used by both the
+	  quickstart and the ESB itself.  A listener needs a place to
+	  log.
+
+	* src/org/jboss/soa/esb/samples/quickstarts/helloworldftpaction/MyAction.java -
+	  Action that prints the message received to sysout
+
+	* src/org/jboss/soa/esb/samples/quickstarts/helloworldftpaction/test/CreateTestFile.java -
+	  Creates a test file on the ftpserver. This is what triggers the ftplistener
+




More information about the jboss-svn-commits mailing list