I am trying to inject a plugin into an ActiveEntity object. I’ve enabled ORM Event Handling as instructed on the wiki (http://wiki.coldbox.org/wiki/WireBox-EntityInjection.cfm).
From Application.cfc:
this.ormenabled = true;
this.ormsettings = { cfclocation=“model”, dialect=“MySQL”, dbcreate=“update”, eventhandling=“true”, eventhandler=“model.ORMEventHandler” };
In my ActiveEntity I have added a property: