You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Pete <pe...@gmail.com> on 2005/10/23 13:47:26 UTC

M2 with oc4j

Has anyone out there got any suggestions of how to integrate a M2
build with Oracle's oc4j J2EE container.

I'm looking to be able to start the oc4j container, deploy, run
incontainer JUnitEE tests etc, from M2.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: M2 with oc4j

Posted by Vincent Massol <vm...@pivolis.com>.
Hi Pete,

> -----Original Message-----
> From: Pete [mailto:petelists@gmail.com]
> Sent: dimanche 23 octobre 2005 13:47
> To: Maven Users List
> Subject: M2 with oc4j
> 
> Has anyone out there got any suggestions of how to integrate a M2
> build with Oracle's oc4j J2EE container.
> 
> I'm looking to be able to start the oc4j container, deploy, run
> incontainer JUnitEE tests etc, from M2.

You should definitely have a look at cargo. You don't need a m2 plugin to
use it for testing.

Have a look at http://tinyurl.com/a6325 (don't pay too much attention to the
syntax has it has slightly changed in recent cargo versions) but the
strategy remains the same.

Basically you can start/stop/deploy to your container from within your junit
tests.

-Vincent


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org