Well, jBoss doesn't really care about this error, since it doesn't
use IIOP, but interoperability with CORBA may suffer... :)  There was an
earlier bug where this got flagged incorrectly when your class had a
static String variable, but it looks like you may have a later version
than that.  Unfortunately, RMI/IIOP has a lot of requirements, so it's
hard to point a finger.  Can you include your User interface in a message?

Aaron

On Wed, 1 Nov 2000, Jay Walters wrote:
> Anybody know anything about the following error other than it says my EJB
> remote interface can't be used as the return type from any of the methods in
> the ejb?   (Which does sort of defeat the whole purpose:-)  Everything works
> fine but I get essentially the same verifier error for every entity and
> session bean in my application.
> 
> [Verifier]
> Class  : cart.User
> Method : public abstract User create(String, String, String, String) throws
> CreateException, EJBException, RemoteException
> Section: 9.2.8
> Warning: The method return values in the home interface must be of valid
> types for RMI/IIOP.
> 
> Cheers
> 
> Jay Walters
> 
> 
> --
> --------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Problems?:           [EMAIL PROTECTED]
> 




--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to