StatefulContainerInvocation newStatefulInvocation = buildInvocation(
info, statefulInvocation);
ProxyFactory proxyFactory = this.getProxyFactory(this.getAnnotation(RemoteBinding.class));
BaseStatefulRemoteProxyFactory statefulRemoteProxyFactory = (BaseStatefulRemoteProxyFactory) proxyFactory;
EJBObject proxy = (EJBObject) statefulRemoteProxyFactory.createProxyEjb21(newStatefulInvocation.getId(), null);
StatefulHandleRemoteImpl handle = new StatefulHandleRemoteImpl(proxy);
InvocationResponse response = marshallResponse(statefulInvocation, handle, null);
return response;
}
else if (unadvisedMethod.getName().equals("remove"))