[jboss-svn-commits] JBL Code SVN: r14286 - labs/jbossesb/trunk/product/samples/quickstarts/helloworld_db_registration.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Aug 15 23:01:34 EDT 2007


Author: ldimaggi at redhat.com
Date: 2007-08-15 23:01:34 -0400 (Wed, 15 Aug 2007)
New Revision: 14286

Modified:
   labs/jbossesb/trunk/product/samples/quickstarts/helloworld_db_registration/jboss-esb.xml
Log:
Updated to support running as a test - added action with org.jboss.soa.esb.actions.SystemPrintln




Modified: labs/jbossesb/trunk/product/samples/quickstarts/helloworld_db_registration/jboss-esb.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/helloworld_db_registration/jboss-esb.xml	2007-08-16 03:00:25 UTC (rev 14285)
+++ labs/jbossesb/trunk/product/samples/quickstarts/helloworld_db_registration/jboss-esb.xml	2007-08-16 03:01:34 UTC (rev 14286)
@@ -26,6 +26,8 @@
             <actions>
                 <action name="helloworldDBAction" class="org.jboss.soa.esb.samples.quickstart.helloworlddbregistration.MyJMSListenerAction" 
                    	process="displayMessage"/>
+                   	               <action name="testAction" class="org.jboss.soa.esb.actions.SystemPrintln" />
+   
             </actions>
         </service>
     </services>




More information about the jboss-svn-commits mailing list