{
LocalBinding binding = this.getAnnotation(LocalBinding.class);
// FIXME: why this binding? Could be another one. (there is only one local binding, but that's another bug)
StatelessLocalProxyFactory factory = this.getProxyFactory(binding);
Object proxy = factory.createProxyEjb21(method.getReturnType().getName());
return proxy;
}
else
// remove