Hi
I have a session bean that supports Container Managed Transactions that 
contains a method A() that can be called by other session beans.
Method A() is marked as @Required and of course uses transaction of calling 
method.
Now I'd like to send a notification to an external system if and only if A() 
transaction (inherithed from calling session method) commits. How can I catch 
this event to make the notification? Does it exists a post-commit event to 
register to in transaction?
Many thanks
p

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4251721#4251721

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4251721
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to