|
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 |
- Re: Cactus - configuration assistance cmedcoff
- Re: Cactus - configuration assistance Kelvin Tan
- Re: Cactus - configuration assistance Charles E. Medcoff
- Re: Cactus - configuration assistance Kelvin Tan
- Re: Cactus - configuration assistance Charles E. Medcoff
