On Fri, Aug 22, 2008 at 8:47 AM, Srdjan Marinovic <[EMAIL PROTECTED]>wrote:
> Hello, > > Is it possible to write a 'hook' into the BPEL server, so another component > could get notifications of received messages, started processes and so > forth. > > While browsing the Javadoc I have found the MessageExchangeInterceptor, are > there any more interceptor interfaces and is it possible to slot in my own > implementations. > Have you looked at execution events? http://ode.apache.org/user-guide.html#UserGuide-ODEExecutionEvents At the bottom of the section there's more about plugging your own event listener, which is probably what you're looking for. Matthieu > > Thanks for your time and help. > > Kind regards > > Srdjan >
