Hi Folks,

I would like to test ejb's with ServletTetsCases... 

As far as I know the cactus plugin takes a war file, adds the testcases +
necessary libs, deploys it and tests... 

So far so good.

My question would it work to use cactus & ejb's using the following workflow
in maven.xml:

1) java:compile the sources
2) assemble them into a ejb-jar
3) create a wrapper war
4) let cactus include the testcases and the necessary libs into the war file

5) assemble everything into a ear file
6) deploy the ear file (in my case copy it into the jboss deploy dir)
5) run testcases (maybe I can use cactus tomcat-test because it is
integrated into jboss.)

Will that work? Any suggestions?

Bye
Toby

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

Reply via email to