0 Replies Latest reply on Feb 7, 2002 3:50 PM by mgaert

    Client must use JDK1.2.2, not 1.3.x. Is this possible?

    mgaert

      Hi,

      we're using JBoss 2.4.3/Solaris 2.8/JDK1.3.1.

      JDK1.2.2 does not seem to have javax.rmi.PortableRemoteObject.narrow.

      I've seen in another post (http://www.mail-archive.com/jboss-user@list.working-dogs.com/msg13146.html//www.mail-archive.com/jboss-user@list.working-dogs.com/msg13146.html) that there are three options:

      1. JDK1.3
      2. JAVA IDL.
      3. Direct casting.

      1. is not possible in our case (unfortunately).
      3. does not work for me (illegal stream data or some such)
      2. Java IDL on Sun's web pages seems to be available for JDK1.3 only.

      Any ideas?

      Regards,
      Matthias