2 Replies Latest reply on Jun 23, 2005 6:15 AM by poonamagarwal

    Stateless session using a local interface

      how do I specify a local interface in the application-client.xml file.
      There is no tag for local interface.

      <ejb-ref>
      <ejb-ref-name>ejb/MyLocalSession</ejb-ref-name>
      <ejb-ref-type>Session</ejb-ref-type>
      testLocal.LocalSessHome
      <!--remote>testLocal.LocalSess</remote-->
      </ejb-ref>

      -Poonam