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

2001-01-30 Thread Klaus . Myrseth
Whops sorry about the last message, didnt read everything :) But anyways you have to set up the driver and url for that server, or nothing will work at all... Laters!! :) Klaus -Opprinnelig melding- Fra: Roger Vaughn [mailto:[EMAIL PROTECTED]] Sendt: 30. januar 2001 14:47 Til:

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

2001-01-30 Thread Klaus . Myrseth
This is not a bug :) You should use the narrow method to do this, or you are not ejb2.0 compatible or corba to be more spesific. Here is an example on how i would do it: * SNIP START Context ctx = new InitialContext(); MyRemoteHome home = (MyRemoteHome)

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

2001-01-30 Thread Roger Vaughn
Nope. I'm afraid that's not it. Yes, using PortableRemoteObject would be a bit more correct, but that doesn't have anything to do with the class loading. Also, I'm calling a plain RMI server, so the session object comments don't really apply here. Here's what I found. The needed class was