Hi, I have deployed my own tree cache in the jboss. In this cache an object id is written. After the persist of the object the id should be removed from cache.
I'm using container managed transactions (the transaction is committed after the method call is finished). To be sure the id is removed after the transaction is finished , I can?t remove it in the method where the object is persisted via the entity manager. Now I need something like a notification or a method which is executed after a transaction is committed. Any ideas? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922880#3922880 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922880 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
