Remove the EJBException out of the throws clause it is not needed as
EJBException extends RuntimeException. The warning message should go away.
Kar
----- Original Message -----
From: "Richard Kasperowski" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 14, 2001 3:17 AM
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