cristof opened a new pull request, #129: URL: https://github.com/apache/openjpa/pull/129
Removed cached result just before loading eager joins. It should not impact direct eager loading. The cached result ignored the difference between an eager loaded entity (Cat->human) and a call to a parent who also have the same eager loaded entity (Cat->parent(Cat)->human), in the case getting the last loaded value from (Cat->parent->cats). I tried to remove this cache in another place, but it broke multiple eager loading tests (that tested for a limit of db calls). Didn't check if there is a larger impact, though. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@openjpa.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org