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

Reply via email to