1 Reply Latest reply on Aug 25, 2004 6:59 AM by triathlon98

    Merging multiple ejb-jar.xml into one

    stanleytech421

      jboss 3.2.2

      I have multiple session beans and used XDoclet to generate interfaces and ejb-jar.xml files. So each bean has a separate ejb-jar.xml file. When packaging the application for the deployment, I want to pack all the ejbs in a single JAR, which will then be put inside an EAR. But how to use XDoclet to merge those multiple ejb-jar.xml files so that I can put into META-INF/ of the JAR file?

      Thanks! -Stan