>
To: <[EMAIL PROTECTED]>
Sent: Sunday, November 17, 2002 5:32 AM
Subject: Problem with RPCRouter.invoke()
> Hi everyone,
>
> Maybe someone of you could help me with this problem I encountered while
trying
> to invoke a method on a very simple example.
> This is the Class w
But the method itself is marked public, or do you mean in the deplyoment
descriptor?
Seb
At 16:53 17.11.2002 -0500, you wrote:
The class is not marked public .. that could be the problem.
Sanjiva.
> class Hello
> {
> public String sayHello()
> {
> return ("Hello World!");
>
The class is not marked public .. that could be the problem.
Sanjiva.
- Original Message -
From: "Sebastian" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, November 17, 2002 5:32 AM
Subject: Problem with RPCRouter.invoke()
> Hi everyone,
>
>
Hi everyone,
Maybe someone of you could help me with this problem I encountered while trying
to invoke a method on a very simple example.
This is the Class whose method I want to invoke:
class Hello
{
public String sayHello()
{
return ("Hello World!");
}
}
Its Deployment Descr