0 Replies Latest reply on Jan 12, 2004 6:19 PM by garyg

    ... must be of valid types for RMI/IIOP.

    garyg

      Hey All,

      I get many errors like below and with similar EJB's. I've made sure my arguments are serializable and the signatures looked right. I'm running Jboss 3.0.6. It seems to have no effect on my app, but I just don't like the errors when starting up the server.

      Any ideas?

      ---

      18:56:47,758 INFO [EJBDeployer]
      Bean : TaskScheduler
      Method : public abstract void insertTask(BuildObj) throws RemoteException
      Section: 6.10.5
      Warning: The method arguments in the remote interface must be of valid types for RMI/IIOP.

      18:56:47,001 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.