1 Reply Latest reply on Sep 17, 2004 4:12 PM by darranl

    Generated stub classes for my ejb's remote client

    balteo

      Hello,

      I would like to know where jboss stores the generated stub classes necessary to have a remote client call my ejb. Sun's RI offers a tool to generate the classes. What about JBoss? Where can I get those files from with JBoss?

      Thanks in advance,

      Julien Martin.

        • 1. Re: Generated stub classes for my ejb's remote client
          darranl

          They are not required, JBoss uses dynamic proxies.

          Your client will require access to the remote and home interfaces as well as any other classes used as parameters and return types / exceptions.

          You will also require access to jbossall-client.jar from the client folder.