@ -47,9 +44,9 @@ public class ObjectIdentityImpl implements ObjectIdentity {
@@ -47,9 +44,9 @@ public class ObjectIdentityImpl implements ObjectIdentity {
Assert.notNull(identifier,"identifier required");
try{
this.javaType=Class.forName(javaType);
}catch(Exceptionex){
ReflectionUtils.handleReflectionException(ex);
this.javaType=ClassUtils.forName(javaType);
}catch(ClassNotFoundExceptione){
thrownewIllegalStateException("Unable to load javaType: "+javaType,e);
}
this.identifier=identifier;
@ -69,7 +66,7 @@ public class ObjectIdentityImpl implements ObjectIdentity {
@@ -69,7 +66,7 @@ public class ObjectIdentityImpl implements ObjectIdentity {