I am going against a table in my database followed all of the steps
and now I get this error beow. What can I do to fix this?
Oops! Exception Encountered
Application Execution Exception
Error Type: Application : [N/A]
Error Messages: Mapping for component EntityName not found.
Either the mapping for this component is missing or the application
must be restarted to generate the mapping.
My guess is you are missing a configuration in your Application.cfc that is not specific to ColdBox but a standard ColdFusion ORM setting. Can you please post your ORMSettings={} code from your Application.cfc?
I would guess it has to do with this cfclocation = "EntitySample.model" being set wrong, or you need to setup and app mapping to webroot, something like
Oops! Exception Encountered
Application Execution Exception
Error Type: Application : [N/A]
Error Messages: Mapping for component ChopSheet not found.
Either the mapping for this component is missing or the application
must be restarted to generate the mapping.