[jboss-svn-commits] JBL Code SVN: r18586 - labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/helloworld_hibernate_action.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Feb 25 17:34:42 EST 2008


Author: tcunning
Date: 2008-02-25 17:34:42 -0500 (Mon, 25 Feb 2008)
New Revision: 18586

Modified:
   labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/helloworld_hibernate_action/jboss-esb.xml
Log:
bug:JBESB-1548
Quickstart should only log messages for the onSave/onDelete actions.


Modified: labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/helloworld_hibernate_action/jboss-esb.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/helloworld_hibernate_action/jboss-esb.xml	2008-02-25 20:34:07 UTC (rev 18585)
+++ labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/helloworld_hibernate_action/jboss-esb.xml	2008-02-25 22:34:42 UTC (rev 18586)
@@ -7,7 +7,7 @@
           	<hibernate-bus busid="helloHibernateChannel" >
 			<hibernate-message-filter
 				classname="org.jboss.soa.esb.samples.quickstart.hibernateaction.Order"
-				event="onLoad,onDelete"/>
+				event="onSave,onDelete"/>
           	</hibernate-bus>
           </hibernate-provider>
           




More information about the jboss-svn-commits mailing list