OPENJPA-1713: correct the push/pop clean up processing in EntityManagerImpl _plans map.

Submitted By: Albert Lee

git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.0.x@961473 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Dick 2010-07-07 18:40:10 +00:00
parent 5f2d51e23e
commit dcb8e626a3
1 changed files with 1 additions and 0 deletions

View File

@ -176,6 +176,7 @@ public class EntityManagerImpl
assertNotCloseInvoked();
_broker.lock();
try {
_plans.remove(_broker.getFetchConfiguration());
_broker.popFetchConfiguration();
} finally {
_broker.unlock();