Object[] args = {new StatelessClusteredProxy(containerId, stack.createInterceptors((Advisor) container, null), wrapper, lbPolicy)};
return proxyConstructor.newInstance(args);
*/
String partitionName = ((StatelessContainer) getContainer()).getPartitionName();
proxy = constructProxy(new StatelessClusteredInvocationHandler(getContainer(), stack.createInterceptors(
getContainer().getAdvisor(), null), wrapper, lbPolicy, partitionName, getLocator(), businessInterfaceClassName),
SpecificationInterfaceType.EJB30_BUSINESS);
return proxy;
}