public void setUp() throws Exception {
final boolean isTransient = true;
final long serialNum = Long.parseLong("1", 16);
oid = isTransient ? SerialOid.createTransient(serialNum) : SerialOid.createPersistent(serialNum);
spec = new TestProxySpecification(this.getClass());
spec.fields = Collections.emptyList();
version = new FileVersion("", System.currentTimeMillis());
objectData = new ObjectData(spec, oid, version);
objectDataVector = new ObjectDataVector();