1 Reply Latest reply on Dec 13, 2011 4:57 AM by jaikiran

    JBoss5 - RMI client libraries

    huttuma2

      Hi!

       

      Where could I find a list of required JBoss related RMI client libraries? We are migrating an EJB application from WebLogic to JBoss and would need to update RMI clients accordingly.

       

      Br,

      Marko

        • 1. Re: JBoss5 - RMI client libraries
          jaikiran

          The JBOSS_HOME/client/jbossall-client.jar (and the jars referenced in the META-INF/MANIFEST.MF of that jar) are required on the client classpath. Those jars are not just for RMI but for all possible kinds of client access to libraries. There isn't a RMI specific set of client jars, you'll have to yourself trim it down based on trial and error.