[JBoss-user] [Beginners Corner] - Can't load the libraries in server/default/lib

2004-08-24 Thread stanleytech421
JBoss 3.2.2. I put the following in server/default/lib. hibernate2.jar ehcache-0.7.jar dom4j-full.jar commons-logging.jar commons-collections.jar cglib-full-2.0.1.jar pg73jdbc3.jar The I deployed an EAR with the following structure: EAR SAR (with hibernate which deployed fine) WAR

[JBoss-user] [Beginners Corner] - Merging multiple ejb-jar.xml into one

2004-08-24 Thread 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

[JBoss-user] [Beginners Corner] - Deploy EAR with a SAR in it

2004-08-18 Thread stanleytech421
Hi All, I packaged the hibernate service in a SAR, which is then packaged into a EAR with my other WARs and such. When deploying the EAR on jboss, it seems ignore the SAR and did not deploy it. I then found some information about jboss-app.xml, I added it to the ear. But when I deploy it to j