ColdBox 3.0.0 318-GENESIS-14:14 coldbox.system.orm.hibernate.EventHandler line: 60, oldData is not always defined

Application Execution Exception*Error Type: *Application : [N/A]
*Error Messages:* coldfusion.runtime.UndefinedElementException: Element
OLDDATA is undefined in ARGUMENTS.
Root cause :org.hibernate.HibernateException:
coldfusion.runtime.UndefinedElementException: Element OLDDATA is undefined
in ARGUMENTS.

Therefore, I changed line 60 from
announceInterception("ORMPreUpdate", {entity=arguments.entity,
oldData=arguments.oldData});

to
announceInterception("ORMPreUpdate", arguments);

Henry will check this out