ant « ejb « Java Enterprise Q&A





1. Where to find simple skeleton for ejb 2.x project with ant build file?    stackoverflow.com

Where to find it?

2. Ant for EJB project    stackoverflow.com

I am trying to make an ant script for an EJB project. I am using Jboss for this. I am new to both EJB and Ant and am having problems in getting ...

3. ejb with ANT task    stackoverflow.com

Using ANT task with EJB....i need to create below few file... ejb-jar.xml ibm-ejb-jar-bnd.xmi ibm-ejb-jar-ext-pme.xmi ibm-ejb-jar-ext-pme51.xmi ibm-ejb-jar-ext.xmi Any one please tell me how to write scripts using ANT.... and also which files i need ...

4. How to create unit tests for EJB 3.0 based code to be deployed in jboss 5.1?    stackoverflow.com

Greetings, I am interested in adding test coverage for an existing application. The technologies involved include EJB 3.0, jboss 5.1, Hibernate and MySQL. This project is built using Ant. ...

5. Netbeans 6.9 ant ejb build problem    forums.netbeans.org

I am on a team of programmers that is using ant to build a collection of ejb entities and facades. Our build first creates a jar containing our ejb classes which is included in the classpath of the netbeans project. Half of our team is using netbeans 6.8 and half 6.9. In 6.8 everything works great, but in 6.9, netbeans gives ...