_log.warn("Attempting to refresh a non-shared EO: " + entityName);
}
} catch (Exception e) {
throw new NSForwardException(e, "Exception while refreshing shared objects for entity named " + entityName);
} finally {
sharedEC.unlock();
}
}
/** Holds a reference to the random object */
// FIXME: Not a thread safe object, access should be synchronized.