0 Replies Latest reply on Apr 10, 2004 11:04 PM by gunzip

    Home Remote EJB - Does the client need BOTH home and remote

    gunzip

      I'm using both of the files DUPLICATED(both ejb and client directories has copies)because I havent found a way to 'fool' the compiler so he dont let me pass the
      remoteEjb = homeEjb.create();
      I'm do know that if its local then you dont need any DUPLICATED files, because you just put in the classpath and the compiler will be 'fooled', but how about homeremote ejb?