case LOCAL :
return localHome.create();
case LOCAL_NO_IFACE :
return localBeanHome.create();
case REMOTE : {
InvocationHandler ih = AriesProxyService.get().getInvocationHandler(remoteHome);
if(ih instanceof BaseEjbProxyHandler) {
((BaseEjbProxyHandler)ih).setIntraVmCopyMode(false);
}
return remoteHome.create();