Hi ODE Users, ODE generates a lot of Events during the execution of the business process. One can subscribe for these events by implementing the interface org.apache.ode.bpel.iapi.BpelEventListener
http://ode.apache.org/ode-execution-events.html Kindly note that these events are generated in the same thread running a JTA transaction which is being executed to process the bpel activities. Subscribed consumers of these events should look for releasing the executing thread as soon as possible. Holding on to the executing thread would delay the transactions and the jobs executions within ODE. May be look towards asynchronous way of consuming these events. regards, sathwik