I understand that the properties file is only needed on the client side, so I gather it is the client side classpath that you are talking about?
----- Original Message -----
From: Kelvin Tan
Sent: Wednesday, May 09, 2001 11:20 PM
Subject: Re: Cactus - configuration assistance

The directory Cactus.properties is in is not in your classpath. Add it in and it should be fine.
----- Original Message -----
Sent: Thursday, May 10, 2001 5:13 AM
Subject: Cactus - configuration assistance

Hello All,
 
I've written my first ServletTestCase and compiled without a hitch.  I've also updated my web.xml file and my cactus.properties file (which I've confirmed is in the client side CLASSPATH).  When I attempt to run my test I observe the output shown below.  I'm assuming that this is an indication of some sort of configuration problem.  My servlet container is JRun.  I'd appreciate suggestions.
 
.E
Time: 0.031
There was 1 error:
1) testFirstNameTest(com.appiant.provisioning.SignUpFactoryServletTest)
java.lang.ExceptionInInitializerError: java.util.MissingResourceException: Can't find bundle for base name cactus, locale en
        at java.util.ResourceBundle.throwMissingResourceException(Unknown Source)
        at java.util.ResourceBundle.getBundleImpl(Unknown Source)
        at java.util.ResourceBundle.getBundle(Unknown Source)
        at org.apache.commons.cactus.client.ServletHttpClient.<clinit>(ServletHttpClient.java:78)
        at org.apache.commons.cactus.ServletTestCase.runTest(ServletTestCase.java:128)
        at org.apache.commons.cactus.AbstractTestCase.runBare(AbstractTestCase.java:266)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:121)
        at junit.framework.TestSuite.runTest(TestSuite.java:157)
        at junit.framework.TestSuite.run(TestSuite.java:152)
        at junit.textui.TestRunner.doRun(TestRunner.java:74)
        at junit.textui.TestRunner.start(TestRunner.java:235)
        at junit.textui.TestRunner.main(TestRunner.java:108)
 
FAILURES!!!
Tests run: 1,  Failures: 0,  Errors: 1
 
 

Reply via email to