On 5/27/2015 1:14 PM, Abhinav Gupta wrote:
Hi Bryan,
I had put a few print statements in CreateTriggerNode.java to look at the
values when the trigger node is created, it didn't help me much. So I looked
for the piece of code that is responsible for firing the trigger based on the
event, I believe that it
would be TriggerEventActivator.java.
In TriggerEventActivator.java, the function setupExecutors() is called by the
constructor of the class. I placed a print command to see what the values are
for TriggerDescriptor but I noticed that the function setupExecutors(), is not
called when I execute
the update query (that should trigger, the trigger tr1 with the when clause).
I find this a bit surprising. Am I going wrong somewhere ?
I'm not sure.
Let me try to reproduce your results.
bryan