I have a form that combines two entities (User and Profile).
Validation seems to work on the first part of the form that comes form the User Entity and is the basis
You have to add validation_groups in your ProfiletType also. Validation is done in each form type separately based on their data_class if exists.
validation_groups
ProfiletType
data_class