Title: Combining EJBs into one jar

Hi,

I would like to combine my EJBs into a single jar. 

So far, I've put all of the descriptor information into two files:

- ejb-jar.xml
- weblogic-ejb-jar.xml

For some reason, Ant is having trouble building the EJBs this way.
If I name the descriptor files using the naming convention

- LoginEJB-ejb-jar.xml
- LoginEJB-weblogic-ejb-jar.xml
(even though the descriptor files actually contain information for all of the EJBs)

then it works !!  I will have a resultant EJB called LoginEJB.jar that contains all
of my EJBS, and the two descriptor files.  I guess I could just rename the jar at
that point, but I would like a cleaner solution.

Anybody ???

Thanks,

Jamie

Reply via email to