0 Replies Latest reply on Aug 26, 2009 4:51 AM by cattivik100

    Post commit event

    cattivik100


      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