Title: RE: [JBoss-user] Couple of quick newbie questions.

> [Verifier]
> Bean   : Topic
> Method : public abstract void removeSubTopic(Alias)
> Section: 9.2.7
> Warning: The method arguments in the remote interface must be of valid
> types for RMI/IIOP.

Is the class of the argument serializable?


> [Verifier]
> Bean   : Topic
> Method : public abstract void removeSubTopic(Alias)
> Section: 9.2.7
> Warning: The methods in the remote interface must include
> java.rmi.RemoteException in their throws clause.

In the bean's remote interface, make sure that it throws java.rmi.RemoteException.


>
> What does this mean, what do I need to look at to fix it?
>
> Two:
>
> I have a small client application (running in a separate VM)
>
> When I run it I get the following error, which I'm sure is either
> related to the above or sue to the security manager, I'm just a little
> stuck on how to solve it.

Make sure that the separate VM has access to the bean classes in its classpath.


Hope that helps. Pretty much an ejb newbie myself.

j\s

Reply via email to