new ClusterChooserInterceptor(),
InvokeRemoteInterceptor.singleton
};
// We can use the same FamilyWrapper as we use for the bean
ClusteredPojiProxy proxy = new ClusteredPojiProxy(targetId, locator, interceptors, wrapper,
factoryLBP, partitionName, null);
Object factoryProxy = Proxy.newProxyInstance(interfaces[0].getClassLoader(), interfaces, proxy);
try
{
Util.rebind(getContainer().getInitialContext(), jndiName + PROXY_FACTORY_NAME, factoryProxy);