Re: SV: Disregard: Re: BUG: Can't cast RMI interfaces in 1.4.5

2001-01-30 Thread Roger Vaughn
> > Now have fun!! Hope you get it working :) > > Regards > Klaus Myrseth > > > -Opprinnelig melding----- > Fra: Roger Vaughn [mailto:[EMAIL PROTECTED]] > Sendt: 30. januar 2001 14:47 > Til: Orion-Interest > Emne: Disregard: Re: BUG: Can't cast RMI int

Disregard: Re: BUG: Can't cast RMI interfaces in 1.4.5

2001-01-30 Thread Roger Vaughn
Oops. My bad. This isn't working under 1.3.8 either. I still don't know why - it's a valid cast, the class is there, and I *compiled* with it after all. --- Roger Vaughn <[EMAIL PROTECTED]> wrote: > In one of my webapps, I have to do an RMI call to an > outside RMI server. I'm locating the se

SV: Disregard: Re: BUG: Can't cast RMI interfaces in 1.4.5

2001-01-30 Thread Klaus . Myrseth
ig melding- Fra: Roger Vaughn [mailto:[EMAIL PROTECTED]] Sendt: 30. januar 2001 14:47 Til: Orion-Interest Emne: Disregard: Re: BUG: Can't cast RMI interfaces in 1.4.5 Oops. My bad. This isn't working under 1.3.8 either. I still don't know why - it's a valid cast, the c

SV: Disregard: Re: BUG: Can't cast RMI interfaces in 1.4.5

2001-01-30 Thread Klaus . Myrseth
-Interest Emne: Disregard: Re: BUG: Can't cast RMI interfaces in 1.4.5 Oops. My bad. This isn't working under 1.3.8 either. I still don't know why - it's a valid cast, the class is there, and I *compiled* with it after all. --- Roger Vaughn <[EMAIL PROTECTED]> wrote:

BUG: Can't cast RMI interfaces in 1.4.5

2001-01-29 Thread Roger Vaughn
In one of my webapps, I have to do an RMI call to an outside RMI server. I'm locating the server with a plain old traditional lookup like this: MyRemote server = (MyRemote)Naming.lookup("myserver"); But Orion 1.4.5 complains that it can't load the class MyRemote, even though it is included in