Looks like this event was never getting sent. This is now fixed on trunk and 1.1 branch. Thanks, -mbs
On 10/22/07, Nowakowski, Mateusz <[EMAIL PROTECTED]> wrote: > > Thank you, I'll check it. > > I'm curious about VariableReadEvent. Is it implemented correctly ? > I haven't seen occurrences of that event in my logs. > > I really don't need to handle such kind events ;), but I noticed that > VariableReadEvent inherits directly from ScopeEvent, not from > VariableEvent, it means potential VariableReadEvent doesn't know which > variable was read. > It potentially doesn't make sense for me. > > -- > Regards > Mateusz Nowakowski > -----Original Message----- > From: Tammo van Lessen [mailto:[EMAIL PROTECTED] > Sent: Friday, October 19, 2007 6:02 PM > To: [email protected] > Subject: Re: [ode1.1+fuse 3.2] deploy.xml process-events doesn't work > > Hi, > > its fixed in svn, would be great if you could give it a try. > > Best regards, > Tammo > > 2007/10/19, Tammo van Lessen <[EMAIL PROTECTED]>: > > Hi, > > > > 2007/10/19, Nowakowski, Mateusz > <[EMAIL PROTECTED]>: > > > I have another issue regarding event listeners. > > > I need to filter launched filters and I've put: > > > > > > <process-events generate="none"> > > > <enable-event>instanceLifecycle</enable-event> > > > <!--enable-event>activityLifecycle</enable-event--> > > > <!--enable-event>dataHandling</enable-event--> > > > <enable-event>scopeHandling</enable-event> > > > <enable-event>correlation</enable-event> > > > </process-events> > > > > > > to my deploy.xml and all events are triggered, even when I put only > > > <process-events generate="none"/> -- it behaves the same. > > This is a bug, thanks for pointing that out. I filed a jira for that > > (ODE-199) and working on that now. It will be fixed in Ode 1.2 and > > 1.1. Unless they are released I'm afraid that you need to build Ode > > from the 1.1 branch... >
