Open your config/ColdBox.cfc and either uncomment or add the following settings:
// ORM services, injection, etcorm = {// entity injection injection = {// enable it enabled =true,// the include list for injection include ="",// the exclude list for injection exclude ="" }};