Skip to content

Instantly share code, notes, and snippets.

@patrickjmccarty
patrickjmccarty / TemporaryRecordIdBugReport.java
Created July 23, 2013 09:23
This reproduces a bug in OrientDB 1.4.1 involving the exception: com.orientechnologies.orient.core.exception.ODatabaseException: Error on retrieving record using temporary RecordId: #3:-2
package test;
import java.io.IOException;
import java.nio.charset.Charset;
import java.nio.file.FileVisitResult;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.nio.file.SimpleFileVisitor;
import java.nio.file.attribute.BasicFileAttributes;