Re: Problem with RPCRouter.invoke()

2002-11-17 Thread Sebastian
Shame on me, I thought you meant the method... Yup, and that did it, now it works. Thanks you so much! Seb At 16:53 17.11.2002 -0500, you wrote: The class is not marked public .. that could be the problem. Sanjiva. - Original Message - From: "Sebastian" <[EMAIL PROTECTED]> To: <[EMAIL

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, > > Maybe someone of you could help me