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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Jun 8 13:20:59 EDT 2007


Author: tcunning
Date: 2007-06-08 13:20:59 -0400 (Fri, 08 Jun 2007)
New Revision: 12421

Modified:
   labs/jbossesb/trunk/product/samples/quickstarts/helloworld_hibernate_action/readme.txt
Log:
bug:JBESB-434
Add details on what Hibernate events we support.


Modified: labs/jbossesb/trunk/product/samples/quickstarts/helloworld_hibernate_action/readme.txt
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/helloworld_hibernate_action/readme.txt	2007-06-08 16:37:21 UTC (rev 12420)
+++ labs/jbossesb/trunk/product/samples/quickstarts/helloworld_hibernate_action/readme.txt	2007-06-08 17:20:59 UTC (rev 12421)
@@ -11,6 +11,17 @@
 that you load and delete items, you can watch the Hibernate entities sent
 in messages to JBoss's console. 
 
+Here are the Hibernate Interceptor events which can be listened for:
+onCollectionRemove
+onCollectionUpdate
+onDelete
+onFlushDirty
+onLoad
+onSave
+
+See the sample jboss-esb.xml for how these are used within a
+<hibernate-message-filter>.
+
 Running this quickstart:
 ========================
     Please refer to 'ant help-quickstarts' for prerequisites about the quickstarts and a




More information about the jboss-svn-commits mailing list