posted 13 years ago
I am using preupdate event listener concept in my database implemention.
When I am adding listener as below the contenst in DB not getting updated.
When I remove this listener (pre-update), update working fine.
In this pre-update listener i am inserting some records in db like audit records. I am able to insert them. But unable to update the records i want.
Below is the method i am overriding in a class which implements PreUpdateEventListener.
Can any one help me regarding this problem.
Thanks,
Narendra