Hi,


On Tue, 16 Jan 2001, Jonathan Ackerman wrote:
> I'm getting a strange Verifier error when deploying my bean, namely:
>
> [Verifier]
> Bean   : BookManagerBean
> Method : public abstract BookManager create() throws RemoteException,
> EJBException, CreateException
> Section: 6.10.6
> Warning: The method return values in the home interface must be of valid
> types for RMI/IIOP.
>
> Now I've looked closely at my Remote and Home interfaces and they look OK, I
> have even compared them to some of the JBoss test beans and they match up.
>
> What am I doing wrong.

You are declaring EJBExceptions in your method signatures which are
subclasses of RuntimeException class, and thus not compatible with the
Java-to-IDL mapping specification.

-- Juha



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to