[jboss-svn-commits] JBL Code SVN: r30098 - 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 Nov 11 02:34:57 EST 2009


Author: beve
Date: 2009-11-11 02:34:57 -0500 (Wed, 11 Nov 2009)
New Revision: 30098

Removed:
   labs/jbossesb/trunk/product/samples/quickstarts/helloworld_topic_notifier/jboss-esb.xml
Modified:
   labs/jbossesb/trunk/product/samples/quickstarts/helloworld_hibernate_action/readme.txt
   labs/jbossesb/trunk/product/samples/quickstarts/helloworld_sql_action/deployment.xml
Log:
Work for https://jira.jboss.org/jira/browse/JBESB-2934 "Verify quickstarts helloworld_ftp_action -> helloworld_tx_sql_action"


Modified: labs/jbossesb/trunk/product/samples/quickstarts/helloworld_hibernate_action/readme.txt
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/helloworld_hibernate_action/readme.txt	2009-11-11 07:14:46 UTC (rev 30097)
+++ labs/jbossesb/trunk/product/samples/quickstarts/helloworld_hibernate_action/readme.txt	2009-11-11 07:34:57 UTC (rev 30098)
@@ -1,7 +1,7 @@
 Overview:
 =========
   This is a demonstration of a Hibernate listener. This test is configured 
-  to use an hsqldb database (see jbossesb.xml).  This 
+  to use an hsqldb database (see jboss-esb.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.   
 

Modified: labs/jbossesb/trunk/product/samples/quickstarts/helloworld_sql_action/deployment.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/helloworld_sql_action/deployment.xml	2009-11-11 07:14:46 UTC (rev 30097)
+++ labs/jbossesb/trunk/product/samples/quickstarts/helloworld_sql_action/deployment.xml	2009-11-11 07:34:57 UTC (rev 30098)
@@ -1,3 +1,4 @@
 <jbossesb-deployment>
   <depends>jboss.esb:service=HelloworldSqlDatabaseInitializer</depends>
+  <depends>jboss.esb.quickstart.destination:service=Queue,name=quickstart_sql_action_Request_esb</depends>
 </jbossesb-deployment>

Deleted: labs/jbossesb/trunk/product/samples/quickstarts/helloworld_topic_notifier/jboss-esb.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/helloworld_topic_notifier/jboss-esb.xml	2009-11-11 07:14:46 UTC (rev 30097)
+++ labs/jbossesb/trunk/product/samples/quickstarts/helloworld_topic_notifier/jboss-esb.xml	2009-11-11 07:34:57 UTC (rev 30098)
@@ -1,55 +0,0 @@
-<?xml version = "1.0" encoding = "UTF-8"?>
-<jbossesb xmlns="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd" parameterReloadSecs="5">
-
-    <providers>
-          <jms-provider name="JBossMQ" connection-factory="ConnectionFactory">
-                      
-              <jms-bus busid="quickstartNotifierChannel">
-                  <jms-message-filter
-                      dest-type="QUEUE"
-                      dest-name="queue/quickstart_helloworld_topic_notifier_Request_gw"
-                   />
-		</jms-bus>				   
-              <jms-bus busid="quickstartEsbChannel">
-                  <jms-message-filter
-                      dest-type="QUEUE"
-                      dest-name="queue/quickstart_helloworld_topic_notifier_Request_esb"
-                  />
-              </jms-bus>
-          </jms-provider>
-      </providers>
-      
-      <services>
-	<service
-		category="routerToFile"
-		name="FileRouterListener"
-		description="Static route file destination">
-		<listeners>
-		                <jms-listener name="helloWorldNotifier"
-                              busidref="quickstartNotifierChannel"
-							  is-gateway="true"
-						/>
-						<jms-listener name="helloWorld"
-                              busidref="quickstartEsbChannel"
-						/>
-		</listeners>
-	    <actions>
-				<action name="notificationAction" class="org.jboss.soa.esb.actions.Notifier">    
-					<property name="okMethod" value="notifyOK" />
-					<property name="notification-details"> 
-                       	<NotificationList type="ok">
-							<target class="NotifyConsole"/>
-                        	<target class="NotifyFiles">
-								<file append="false" URI="file:///H:\Jboss\ESB\trunk\product\samples\quickstarts\helloworld_topic_notifier/results.log"/>
-								<file append="false" URI="C:\DOCUME~1\TOMFEN~1\LOCALS~1\Temp\/HelloWorldFileNotifierTest.log"/>
-							</target>
-							<target class="NotifyTopics">
-								<topic jndiName="topic/helloworldtopic"/>
-							</target>	
-						</NotificationList>
-					</property>
-				</action>
-        </actions>
-	</service>
-  </services>
-</jbossesb>



More information about the jboss-svn-commits mailing list