I think your JNDI name is not quite correct. It should be something like: "first/First/<full class name of home interface>"
Jarek On Nov 20, 2007 11:23 AM, Kest <[EMAIL PROTECTED]> wrote: > I DO have all the classes, actually! I mean, the client "sees" them all! I > can write, for example: FirstHome firstHome; > firstHome = (FirstHome)PortableRemoteObject.narrow(objRef, > FirstHome.class); > > If the client couldn't "see" FirstHome.class, it would never allow the > first string where I declare the reference to FirstHome. I receive the > exception exactly when I try to make class casting with (FirstHome)... > Defining a class-path won't help. Sorry. > ________________________________ > View this message in context: Re: java.lang.ClassCastException while > getting the home-interface! > > > Sent from the Apache Geronimo - Users mailing list archive at Nabble.com. >
