Chapter 27. Ant EJB Tasks: Using EJB-JAR
This example shows
container. This example does require the deployment descriptors to use the naming standard. This
creates only one EJB-JAR file:
ejbjar srcdir="${build.classes}"
descriptordir="${descriptor.dir}"
basejarname="TheEJBJar"
jonas destdir="${deploymentjars.dir}"
jonasroot="${jonas.root}"
suffix=".jar" orb="${genic.org}"/
include name="**/ejb-jar.xml"/
exclude name="**/jonas-ejb-jar.xml"/
/ejbjar
being used to generate a single deployment JAR using a JOnAS EJB
ejbjar
TheEJBJar.jar
213
Need help?
Do you have a question about the APPLICATION SERVER - JONAS and is the answer not in the manual?
Questions and answers