TopLink Mapping Error
434145Dec 29 2004 — edited Jan 3 2005I can't seem to do a 1 to Many mapping correctly. I keep getting the following error.
Exception Description: The object [9900000], of class [class java.lang.String], could not be converted to [interface oracle.toplink.indirection.ValueHolderInterface].
It seems to be trying to cast the property I am using as the foreign key reference, rather than creating the object I am declaring as the reference descriptor.
Please help,
Mike