}
accessor =
REPOSITORY_ACCESSOR_FACTORY.createDeviceRepositoryAccessor(
repository, location, null);
connection = repository.connect();
// NOTE: we may need to enable caching for performance.
// I'm not sure if we need to because the implementation of the
// device heirarchy is just about to completely change... so
// I'll leave this like so for now and we'll add caching if we
// have to later.