[jboss-svn-commits] JBL Code SVN: r31121 - labs/jbossesb/branches/JBESB_4_7_CP/product/samples/quickstarts/helloworld_tx_sql_action.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Jan 18 06:45:07 EST 2010


Author: beve
Date: 2010-01-18 06:45:07 -0500 (Mon, 18 Jan 2010)
New Revision: 31121

Added:
   labs/jbossesb/branches/JBESB_4_7_CP/product/samples/quickstarts/helloworld_tx_sql_action/dummy-service.xml
Modified:
   labs/jbossesb/branches/JBESB_4_7_CP/product/samples/quickstarts/helloworld_tx_sql_action/build.xml
Log:
Work for https://jira.jboss.org/jira/browse/JBESB-3070 "Implement workaround for SOA-1606"


Modified: labs/jbossesb/branches/JBESB_4_7_CP/product/samples/quickstarts/helloworld_tx_sql_action/build.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_7_CP/product/samples/quickstarts/helloworld_tx_sql_action/build.xml	2010-01-18 10:35:45 UTC (rev 31120)
+++ labs/jbossesb/branches/JBESB_4_7_CP/product/samples/quickstarts/helloworld_tx_sql_action/build.xml	2010-01-18 11:45:07 UTC (rev 31121)
@@ -5,7 +5,7 @@
 		${line.separator}
 	</description>
 	
-	<property name="additional.deploys" value="jbossesb-service.xml quickstart-ds.xml" />
+	<property name="additional.deploys" value="jbossesb-service.xml quickstart-ds.xml dummy-service.xml" />
 	
 	<!-- Import the base Ant build script... -->
 	<import file="../conf/base-build.xml"/>

Added: labs/jbossesb/branches/JBESB_4_7_CP/product/samples/quickstarts/helloworld_tx_sql_action/dummy-service.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_7_CP/product/samples/quickstarts/helloworld_tx_sql_action/dummy-service.xml	                        (rev 0)
+++ labs/jbossesb/branches/JBESB_4_7_CP/product/samples/quickstarts/helloworld_tx_sql_action/dummy-service.xml	2010-01-18 11:45:07 UTC (rev 31121)
@@ -0,0 +1,2 @@
+<server>
+</server>



More information about the jboss-svn-commits mailing list