1 Reply Latest reply on May 4, 2004 6:23 AM by albert_steed

    EJB jar task

    albert_steed

      Hello,

      I have a build.xml that I use for developing Jonas EJB and would like to port everything to Jboss with minimal changes.

      I have the following task in ant:

      <taskdef name="ejbjar" classname="org.objectweb.jonas.ant.EjbJar" classpath="C:/JOnAS-4.0.0/lib/common/ow_jonas_ant.jar"/>
      

      What are the new values I need in order to run the same script and generate Jboss ejbs?

      Thanks in advance,

      Albert Steed.

        • 1. EJB jar task
          albert_steed

          I found the solution:
          -Just pack all classes into a jar
          -Drop it into the appropiate directory
          -Jboss will generate the interposition classes for you
          Albert.