Hi,
the most common cause for this warning are
a) you are declaring subclasses of java.lang.RuntimeException
in your remote interface (EquipmentRequirement) method throws clauses.
b) you are using constant variables in the interface that are not
primitive types or String types.
c) you forgot to add throws RemoteException in your remote interface
methods (but this should generate other warnings as well)
-- Juha
On Mon, 26 Mar 2001
[EMAIL PROTECTED] wrote: > > [Verifier]
> > Bean : EquipmentRequirementBean
> > Method : public abstract EquipmentRequirement create() throws CreateException,
> > 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 : EquipmentRequirementBean
> > Method : public abstract EquipmentRequirement
> > findByPrimaryKey(EquipmentRequirementPK) throws FinderException,
> RemoteException
> > Section: 9.2.8
> > Warning: The method return values in the home interface must be of valid types
> > for RMI/IIOP.
>
>
> _______________________________________________
> 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