}
// We attempt to resolve references in the object, this includes its class
// information and references to other objects
try {
wrapper.resolveReferences(this);
} catch (DmcValueExceptionSet e) {
response = (CreateResponse) request.getErrorResponse();
response.setResponseText(e.toString());
}