//if this is a remote proxy we need to translate it into a corba object
retVal = ProxyTranslater.wrapPotentialProxy(deploymentRepository, retVal);
out = (org.omg.CORBA_2_3.portable.OutputStream) handler.createReply();
if (op.isNonVoid()) {
op.writeRetval(out, retVal);
}
} catch (Exception e) {
if (logger.isTraceEnabled()) {
logger.trace("Exception in EJBHome invocation", e);
}