1 Reply Latest reply on Nov 2, 2004 8:51 AM by igorfie

    Which client-side jars ?

    alucks

      Hi all,

      which archives are necessary on the client side? For an ejb2.1 client I install jbossall-client.jar; thats all. It doesn't work with ejb3.0. Which additional jars must be installed ?

      Andreas

        • 1. Re: Which client-side jars ?
          igorfie

          That's what works for me

          <fileset dir="${jboss.home}">
           <include name="server/all/deploy/ejb3.deployer/jboss-ejb3x.jar"/>
           <include name="server/all/deploy/ejb3.deployer/jboss-ejb3.jar"/>
           <include name="server/all/deploy/jboss-aop-jdk50.deployer/jboss-aop-jdk50.jar"/>
           <include name="server/all/deploy/jboss-aop-jdk50.deployer/jboss-aspect-library-jdk50.jar"/>
           <include name="server/all/lib/jboss-remoting.jar"/>
          </fileset>