1 Reply Latest reply on Aug 12, 2002 4:57 PM by gsanil

    java.lang.NoClassDefFoundError: weblogic/rmi/extensions/serv

    gsanil

      I have a web application that talks to weblogic. I finally got jBoss talking to weblogic by putting the weblogic.jar in the jBossHome/server/default/lib directory.

      Whenever I redeploy my web application, I get this java.lang.NoClassDefFoundError: weblogic/rmi/extensions/server/Stub.

      This seems to be a class loader issue. Any help would be appreciated.