[jboss-svn-commits] JBL Code SVN: r17704 - in labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts: jms_secured and 1 other directory.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Fri Jan 11 01:12:40 EST 2008
Author: tcunning
Date: 2008-01-11 01:12:40 -0500 (Fri, 11 Jan 2008)
New Revision: 17704
Modified:
labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/custom_action/jboss-esb.xml
labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/jms_secured/jboss-esb.xml
Log:
bug:JBESB-1154
Add test action for CI testing.
Modified: labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/custom_action/jboss-esb.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/custom_action/jboss-esb.xml 2008-01-11 06:11:29 UTC (rev 17703)
+++ labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/custom_action/jboss-esb.xml 2008-01-11 06:12:40 UTC (rev 17704)
@@ -69,6 +69,7 @@
<property name="information" value="Hola Mundo" />
<property name="repeatCount" value="5"/>
</action>
+ <action name="testStore" class="org.jboss.soa.esb.actions.TestMessageStore"/>
</actions>
</service>
</services>
Modified: labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/jms_secured/jboss-esb.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/jms_secured/jboss-esb.xml 2008-01-11 06:11:29 UTC (rev 17703)
+++ labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/jms_secured/jboss-esb.xml 2008-01-11 06:12:40 UTC (rev 17704)
@@ -47,7 +47,7 @@
</action>
<!-- The next action is for Continuous Integration testing -->
- <action name="testStore" class="org.jboss.soa.esb.actions.StoreMessageToFile"/>
+ <action name="testStore" class="org.jboss.soa.esb.actions.TestMessageStore"/>
</actions>
</service>
</services>
More information about the jboss-svn-commits
mailing list