_log.debug("Getting initialized state for " + className + "[" + id+ "]." + propertyName);
}
// Get Proxy store and serialization
//
IProxyStore proxyStore = beanManager.getProxyStore();
if (proxyStore == null)
{
throw new NullPointerException("Proxy store not set on beanManager field !");
}
if (proxyStore instanceof AbstractStatefulProxyStore == false)