Your Remote interface canīt extend anything but javax.ejb.EJBObject.

I got this error when i try to put the bussiness methods in a diferent
interface, which the remote one would extend.

At 13:17 13/06/01 -0400, you wrote:
>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
>
>
Emerson Cargnin
TRE-SC
Setor de Desenvolvimento 
Tel: (48) 251-3700 - Ramal 3134

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to