Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Parsing exception description...can't do it

This is telling you that your mapping for donationTypeCode is referring to a column called "code" that is not available on the target.

If the above is not helpful, please provide some info about your donationTypeCode mapping and how the Entity it is targetted to is mapped.

Laird Nelson wrote:
The exception description I'm getting is:
Exception Description: The reference column name [code] mapped on the element [field donationTypeCode] does not correspond to a valid field on the mapping reference.

Is this because of a bad @ManyToOne annotation somewhere?

Thanks,
Laird


------------------------------------------------------------------------

_______________________________________________
eclipselink-users mailing list
eclipselink-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-users


Back to the top