return this.createLocalProxy(id, this.getAnnotation(LocalBinding.class));
}
public Object createLocalProxy(Object id, LocalBinding binding) throws Exception
{
throw new NotImplementedException("EJBTHREE-1641");
// StatefulLocalProxyFactory factory = new StatefulLocalProxyFactory(this, binding);
// factory.init();
//
// return factory.createProxyBusiness(id);
}