Hello Vincent, Thank you but I already tried that. The dependencies are ejb module (We are testing ejbs, session beans, etc). Putting them in the WAR won't deploy them, we need an ear for this. Besides, we just noticed that cactus will put the classes of the project under the WEB-INF/classes directory
This is not good because we loose the deployment description (ejb-jar.xml, jboss.xml, etc). Well as far as I can see, there is no real support for EJB testing inside cactus. Am I correct? Thank you, St�phane -----Original Message----- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: Thursday, December 18, 2003 5:04 PM To: 'Maven Users List' Subject: RE: using cactus with external dependencies Hi Stephane, Yes, it is possible. Simply make sure your other modules are included in your war by tagging them with war.bundle (see the war plugin doc). -Vincent > -----Original Message----- > From: Stephane Nicoll [mailto:[EMAIL PROTECTED] > Sent: 18 December 2003 16:57 > To: Maven user list (E-mail) > Subject: using cactus with external dependencies > > Hello list, > > We use cactus inside a JBoss container to test our modules. All our > modules > depends on some other ejb-jar modules. My question is: > > I have module A depending on module B,C,D (I have the ejb-jars in my > repository). Is it possible somehow to deploy B,C,D while running cactus > tests? > > Thanks a lot, > > S. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
