> -----Original Message-----
> From: Stephane Nicoll [mailto:[EMAIL PROTECTED]
> Sent: 18 December 2003 17:13
> To: Maven Users List
> Subject: RE: using cactus with external dependencies
> 
> Hello Vincent,
> 
> Thank you but I already tried that. The dependencies are ejb module
(We
> are
> testing ejbs, session beans, etc). 

ah ok. I thought there were jars.

> 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?

No. There is. The <cactus> Ant task supports EAR deployment for example.
However the Maven plugin for Cactus does not yet supports deploying
EARs. There is already a JIRA issue to support this. Someone has also
posted a patch but I am awfully late and I haven't checked it yet.
Should be done quite soon now.

Thanks
-Vincent

> 
> 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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to