I ran into this a little bit ago.. There is a good thread on it in the archive where someone listed all the possible reasons it can occur.. Try taking out the EJBException from the stuff that gives an error. If you're using TogetherSoft, it throws those in and the verifier gives that cryptic error. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Tbone Sent: Thursday, June 14, 2001 12:25 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] The method return values in the home interface mustbe of valid types for RMI/IIOP. Does the Bicycle extends javax.ejb.EJBObject ( Remote interface )? ----- Original Message ----- From: "Richard Kasperowski" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 13, 2001 7:17 PM Subject: [JBoss-user] The method return values in the home interface must be of valid types for RMI/IIOP. > I'm a new JBoss user trying to debug my code with respect to this > warning message at deploy time. I've tried making the remote interface, > Bicycle, extend Serializable, but the warning doesn't go away. What am > I doing wrong? > > ----- > [Verifier] > Bean : BicycleBean > Method : public abstract Bicycle create() throws CreateException, > EJBException, RemoteException, SQLException > Section: 9.2.8 > Warning: The method return values in the home interface must be of valid > types for RMI/IIOP. > > [Verifier] > Bean : BicycleBean > Method : public abstract Bicycle findByPrimaryKey(Integer) throws > FinderException, RemoteException, EJBException > Section: 9.2.8 > Warning: The method return values in the home interface must be of valid > types for RMI/IIOP. > ----- > > Thanks, > > -- > Richard Kasperowski (mailto:[EMAIL PROTECTED]) > Tel: 617-576-1552, Fax: 617-576-2441 > http://www.altisimo.com/ > > > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > http://lists.sourceforge.net/lists/listinfo/jboss-user > _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user
