Jakarta Cactus is a framework for unit testing server-side java code. Apache retired Jakarta Cactus on 2011/08/05.
Questions tagged [cactus]
24 questions
0
votes
0 answers
External libraries, MPI, Hdf5 errors
I am trying to run a module in cactus cygwin with carpet driver. when i use external library i get following type of error.
Running configuration script for thorn MPI:
MPI selected, but MPI_DIR is not set. Computing settings...
Installing MPI into…

Bilal Hameed
- 59
- 5
0
votes
0 answers
When I use carpet driver instead of pugh these errors generated
I am using EINSTEIN-TOOLKIT on windows via CYGWIN.
When i run any module with CARPET driver instead of PUGH. I found these type of errors.
ln -s "../../opal/asm/generated/atomic-local.s" atomic-asm.S
CPPAS atomic-asm.lo
CCLD …

Bilal Hameed
- 59
- 5
0
votes
2 answers
OutOfMemoryError trying to run Cactus unit tests
We have a Hudson/Ant build setup. I have just added a series of Apache Cactus (version 1.8.1) unit tests to the project and am trying to run them after the project builds. I get the following error when it tries to execute the cactus task:…

Shane
- 2,629
- 6
- 32
- 39
0
votes
1 answer
EJB not getting injected into the tested servlet
I am using Cactus to test a servlet which has an injected ejb (EJB 3.0) using @EJB annotation. The servlet is working fine when executed as part of the web application but while running the cactus test it is failing to inject the ejb. I am getting a…

kiransri
- 25
- 1
- 4
0
votes
1 answer
Missing Cactus property [cactus.contextURL]
I am writing cactus test in eclipse. I have added required jar file.
But When I run my code using RunAs -> JUnit Test, I am getting above error
I have added "cactus.contextURL=http://localhost:8080/test" in cactus.properties file.
Please help me out…

nilesh
- 1,483
- 2
- 19
- 37
0
votes
2 answers
Jenkins +Sonar +ANT+Cactus +hangs at clean snapshot
I'm having problem running Sonar analysis through Jenkins. Using a Post Step with "Invoke Standalone Sonar Analysis" to start a Sonar Runner task. I can see the result from the analysis in the dashboard but the build in Jenkins never ends. It seems…

user3626234
- 171
- 1
- 3
- 13
0
votes
1 answer
How to setup jacoco java agent in wildfly
I have to setup jacoco with wildfly.
i have provided java opts in standalone.bat.
i have jcoco ant tasks for coverage and report.
i am getting test code coverage always 0%.
my junits extend cactus servertest.
if i do not extend servertest(cactus) i…

user3654324
- 9
- 1
- 2
-1
votes
1 answer
How to disable cactus test
Please advise how I can disable cactus tests. The test extends ServletTestCase. Is there any annotation or configuration that I can use?
Maven is still picking them up. They are old tests that need to be disabled.
Regards,
B.

user518066
- 1,277
- 3
- 23
- 35
-2
votes
1 answer
How do I download source code of Jakarta cactus?
I went to http://jakarta.apache.org/cactus/downloads.html and clicked on Cactus source releases. However, I get a
Forbidden
You don't have permission to access /site/downloads/downloads_cactus.cgi on this server.
Can I use maven to get the source…

user674669
- 10,681
- 15
- 72
- 105