'<EntityName>Details' is not present in the model

Symptom:
Error when build generated is called from EJBServer: Parameter 'dtls' (of operation...) has type <EntityName> EvidenceDetails', but '<EntityName>Details' is not present in the model.
Cause:
The property product.ejb.package in evidence.properties does not match part of the CODE_PACKAGE on the model.
Solution:
Set product.ejb.package=Model CODE_PACKAGE up to first "." delimiter. For example
CODE_PACKAGE = seg.evidence.entity

product.ejb.package=seg