+ " is not of type " + StatefulSessionProxyFactory.class.getName() + " as required by "
+ StatefulContainer.class.getName() + ", but was instead " + factory;
StatefulSessionProxyFactory statefulFactory = null;
statefulFactory = StatefulSessionProxyFactory.class.cast(factory);
Object proxy = statefulFactory.createProxyEjb2x(sessionId);
return proxy;
}
protected InvocationResponse invokeHomeMethod(MethodInfo info, StatefulRemoteInvocation statefulInvocation)