I\'m attempting to persist the remote handle to a Stateful EJB3.0 bean. This bean\'s interface is defined:
@Remote public interface Hello extends Serializable {
getEJBObject is not usable with the EJB 3.0 programming model. You'll need to use @RemoteHome and implement EJBHome/EJBObject.