Emerson wrote:

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


My remote interface extends only EJBObject.  That's not the problem.


Alexander B Kogan wrote:
 > Remove EJBException from "throws".

I just removed it from the home interface methods that JBoss was 
complaining about.


Nordahl, David C wrote:
 > I ran into this a little bit ago.. There is a good thread on it in the
 > archive where someone listed all the possible reasons it can occur..  Try
 > taking out the EJBException from the stuff that gives an error.  If 
you're
 > using TogetherSoft, it throws those in and the verifier gives that 
cryptic
 > error.

The jboss.org web site isn't working right now.  I'll check the archive 
later.  (This new user didn't know there was a list archive.  Thanks for 
the tip.)

I am indeed using Together Control Center, and it did put those 
exceptions in my code.  I removed them.  I'll log a complained with 
TogetherSoft.


And then another user with same problem, Phan Anh Tran, wrote:
 > Found the problem...In my remote interface, I used a number of data types
 > which were not RMI-IIOP compliant.

That was it.  My EJB code generator made my business methods (currently 
just setters and getters) throw  EJBException.  I removed those bogus 
exceptions and now all is well.


Thanks, everyone, for pulling me along.

-- 
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

Reply via email to