// TODO interfaces
// in this case JPOX supports only one level for interfaces. in case of many levels, JPOX supports only one branch
cmd = myOM.getMetaDataManager().getMetaDataForImplementationOfReference(pcClass, null, clr);
// calling the CLR will make sure the class is initialized
this.pcClass = clr.classForName(cmd.getFullClassName(), pcClass.getClassLoader(), true);
}
else
{
try
{