[jboss-svn-commits] JBL Code SVN: r27744 - in labs/jbossesb/trunk/product/samples/quickstarts: helloworld_sql_action and 1 other directories.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Jul 8 10:56:08 EDT 2009


Author: dward
Date: 2009-07-08 10:56:08 -0400 (Wed, 08 Jul 2009)
New Revision: 27744

Modified:
   labs/jbossesb/trunk/product/samples/quickstarts/helloworld_ftp_action/readme.txt
   labs/jbossesb/trunk/product/samples/quickstarts/helloworld_sql_action/jbossesb-service.xml
   labs/jbossesb/trunk/product/samples/quickstarts/helloworld_topic_notifier/build.xml
Log:
Just minor cleanup while testing JBESB-2702


Modified: labs/jbossesb/trunk/product/samples/quickstarts/helloworld_ftp_action/readme.txt
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/helloworld_ftp_action/readme.txt	2009-07-08 14:26:04 UTC (rev 27743)
+++ labs/jbossesb/trunk/product/samples/quickstarts/helloworld_ftp_action/readme.txt	2009-07-08 14:56:08 UTC (rev 27744)
@@ -21,7 +21,7 @@
   and a more detailed descripton of the different ways to run the quickstarts.
 
   Make sure that the quickstarts.properties file contains the configuration
-  information for the FTP hostname, user, password and base directory.
+  information for the FTP hostname, username, password and directory.
 
   Make sure that you have write access to the FTP server.
 

Modified: labs/jbossesb/trunk/product/samples/quickstarts/helloworld_sql_action/jbossesb-service.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/helloworld_sql_action/jbossesb-service.xml	2009-07-08 14:26:04 UTC (rev 27743)
+++ labs/jbossesb/trunk/product/samples/quickstarts/helloworld_sql_action/jbossesb-service.xml	2009-07-08 14:56:08 UTC (rev 27744)
@@ -5,9 +5,7 @@
        name="jboss.esb:service=HelloworldSqlDatabaseInitializer">
       <attribute name="Datasource">java:/HelloworldSqlDB</attribute>
       <attribute name="ExistsSql">select * from gateway_table</attribute>
-      <attribute name="SqlFiles">
-	hsqldb/create.sql
-      </attribute>
+      <attribute name="SqlFiles">hsqldb/create.sql</attribute>
       <depends>jboss.jca:name=HelloworldSqlDB,service=DataSourceBinding</depends>
    </mbean>
 </server>

Modified: labs/jbossesb/trunk/product/samples/quickstarts/helloworld_topic_notifier/build.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/helloworld_topic_notifier/build.xml	2009-07-08 14:26:04 UTC (rev 27743)
+++ labs/jbossesb/trunk/product/samples/quickstarts/helloworld_topic_notifier/build.xml	2009-07-08 14:56:08 UTC (rev 27744)
@@ -12,7 +12,9 @@
 
 	<target name="config">
 		<property name="results.dir" location="."/>	
+		<!--
 		<echoproperties/>
+		-->
 		<copy file="jboss-esb-unfiltered.xml"
 			tofile="jboss-esb.xml" overwrite="true">
 			<filterset>




More information about the jboss-svn-commits mailing list