I got that error and the cause was unrelated. I had a method in my remote interface that didn't declare one of the exceptions that was being thrown from the corresponding bean implementation.
It's probably a bad error message in the validator. On Wed, 2002-05-22 at 14:09, Mahesh Agarwal wrote: > Hi All > > I am getting a warning while deploying the ejbs in JBOss. Can anyone please > help? > > Bean : OrgMgr > Method : public abstract OrgMgr create() throws CreateException, > EJBException, RemoteException > Section: 6.10.6 > Warning: The method return values in the home interface must be of valid > types for RMI/IIOP. > > Thanks > Mahesh > > _______________________________________________________________ > > Don't miss the 2002 Sprint PCS Application Developer's Conference > August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm > > _______________________________________________ > Jboss-development mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-development > _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
