141142143144145146147148149150151
//vfs = new CachedDefaultVFS( meta, store, tagfactory ); //vfs = new DefaultVFS(meta, store, tagfactory); if (vfs == null) { log.warn("VFSImpl not specified. Using DefaultVFS"); vfs = new DefaultVFS(meta, store, tagfactory); } setServiceObject(vfs);