Re: Problem with RPCRouter.invoke()

2002-11-17 Thread Sebastian
> 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

Re: Problem with RPCRouter.invoke()

2002-11-17 Thread Sebastian
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!"); >

Re: Problem with RPCRouter.invoke()

2002-11-17 Thread Sanjiva Weerawarana
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, > >

Problem with RPCRouter.invoke()

2002-11-17 Thread Sebastian
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