0 Replies Latest reply on Dec 28, 2001 4:16 PM by mwax1

    Verification of Stateful Bean

    mwax1

      My stateful session bean works (methods return, passivates), but the verifier gives me the following message. Other information:
      1. The bean remote and home method signatures are the same as those of other stateful beans which do not cause this message.
      2. The lone create method, which takes one parameter, is matched by an equivalent ejbCreate method in the bean implementation class, which throws CreateException.

      ------------

      Method : public abstract AccountSelectionSession create(VoltsSessionKey) throws RemoteException, CreateException
      Section: 6.10.6
      Warning: The method return values in the home interface must be of valid types for RMI/IIOP.