throw new CachingException(eMsg);
}
try
{
IEntityCachingServiceFactory cachingServiceFactory =
(IEntityCachingServiceFactory)Class.forName(factoryName).newInstance();
cache = cachingServiceFactory.newCachingService();
}
catch (Exception e)
{
eMsg = "EntityCachingService.initialize(): Problem creating entity caching service...";
log.error( eMsg, e);