Hi Sahoo, hi Tom,
issue 1646 describes an issue with lazy loading of a ManyToOne
realtionship
(
https://glassfish.dev.java.net/issues/show_bug.cgi?id=1646). There is
another issue 1664 which might be a duplicate:
https://glassfish.dev.java.net/issues/show_bug.cgi?id=1664. This one is
filed against the subcomponent cmp, but I think this is not correct and
it should be entity-persistence. Both issues describe issue with lazy
loading of relationships. The error messages are very similar:
1646: The method [_toplink_setregion_vh] or [_toplink_getregion_vh] is
not defined in the object [foo.entity.City]
1664: The method [_toplink_setlocation_vh] or [_toplink_getlocation_vh]
is not defined in the object [de.vullriede.lazyLoading.model.Device]
Is 1664 is duplicate of 1646?
Regards Michael