CacheManagerLocator locator = CacheManagerLocator.getCacheManagerLocator();
if (locator.getDirectlyRegisteredManager() == null)
locator.registerCacheManager(this);
PojoCacheManagerLocator pclocator = PojoCacheManagerLocator.getCacheManagerLocator();
if (pclocator.getDirectlyRegisteredManager() == null)
pclocator.registerCacheManager(this);
// Bind ourself in the public JNDI space if configured to do so
if (jndiName != null)
{
Context ctx = new InitialContext();