Bugs item #533462, was opened at 2002-03-22 05:57 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=533462&group_id=22866
Category: JBossCMP Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Markus Menner (morphace) Assigned to: Nobody/Anonymous (nobody) Summary: Relation: child entity always returned Initial Comment: There are two entities, let's say A and B, with a 1:1 relationship. I implemented a getB() in A and a getA() method in B and the corresponding stuff in the deployment descriptor. When I use an instance of type A and use getB() to retrieve the related B entity, I always get an instance (local interface), even if there's no related B entity (in the database). When I try to get an attribute of the (nonexisting) B entity I evidently get a NoSuchEntityException, however the retrieval of the primaryKey works. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=533462&group_id=22866 _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
