1 Reply Latest reply on May 28, 2003 8:08 PM by adrian.brock

    must be of valid types for RMI/IIOP

    garyg

      My application starts up and runs fine, but I'm getting many errors like the one below.

      AFAIK, AccountInfo is a valid type because it's serializable.

      ---
      14:18:24,627 INFO [EJBDeployer]
      Bean : Account
      Method : public abstract boolean addAccount(AccountInfo) throws RemoteException
      Section: 9.2.7
      Warning: The method arguments in the remote interface must be of valid types for RMI/IIOP.

      Any help much appreciated.