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: 
http://www.nabble.com/java.lang.ClassCastException-while-getting-the-home-interface%21-tf4843726s134.html#a13860024
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.

Reply via email to