Hello all, I have a many to one relationship setup just like MOFirstBean and MOSecondBean in the rife unittests (TestGenericQueryManagerManyToOne.java). When I am looping through a List of MOFirstBeans, it appears it only loads the MOSecondBean from the first MOFirstBean in the List, when actually the all the MOFirstBeans point to different MOSecondBeans.
However, when looking at the actual database, it does look like everything is correct and pointing to the correct identifiers setup in the MetaData for each of these beans. In debugging it looks like this may be related to the lazy loading of the MOSecondBean, but I'm not sure. Do I need to do something to assure that the correct relationship is being pulled from the database? Thanks! Kent --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "rife-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rife-users?hl=en -~----------~----~----~----~------~----~------~--~---
