To work with Active Entity you must do a few things to tell ColdBox you want to use Active Entity and enable validation and injections:
Enable the ORM in your Application.cfc with event handling turned on, manage session and flush at request end as false.
Enable the orm configuration structure in your ConfigurationCFCarrow-up-right to allow for ColdBox to do entity injections
Last updated 7 years ago
Was this helpful?