I have this strange problem which i can't get to solve I have an arraylist of objects and each object has several child objects which are perfectly loaded with the config file.
ArrayList<MyObject> objects = _testMapper.getAllObjects(); at one point i have to split these into 2 arraylists based on a flag variable in each object then i pass these arraylists through the next stage But in the last stage of my program when i want to make a minor call to retrieve a value from within the same mapper file the child objects of each object in my arraylist is instantiated to null So when i debug i can see that before the call everything is fine and after the call int value =_testMapper.getSomeValue(hash); the child objects are instantiated to null ! if i don't make a call from _testMapper everything runs fine. Has anyone experienced the same problem or is there something i've done wrong ? greetz -- View this message in context: http://old.nabble.com/association-objects-instantiated-to-null-after-call-tp28066558p28066558.html Sent from the iBATIS - User - Java mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-java-unsubscr...@ibatis.apache.org For additional commands, e-mail: user-java-h...@ibatis.apache.org