Hi Fathima,

It means you have not put cactus.properties in your client side classpath
(see http://jakarta.apache.org/cactus/howto_config.html).
Thanks
-Vincent

----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, October 27, 2001 11:20 PM
Subject: Can't find bundle for base name cactus, local en_US.


> Hi,
>
> Iam using the ServletTestCase to test the sample ConverterEJB from EJB
> Howto.
> I get the following error java.lang.ExceptionaInitializaerError:
> java.util.MissingResourceException:Can't find bundle for base name cactus,
> local en_US.
>
> at org.apache.cactus.AbstractTestCase.runBare(AbstractTestCase.java:371)
>
> I looked at the log-client which is as follows in cactus.jar file
>  Properties for configuring Log4j
> # This is the configuring for logging on the JUnit side (i.e. the client
> side)
>
> log4j.appender.cactus = org.apache.log4j.FileAppender
> log4j.appender.cactus.File = cactus_client.log
> log4j.appender.cactus.Append = false
> log4j.appender.cactus.layout = org.apache.log4j.PatternLayout
> log4j.appender.cactus.layout.ConversionPattern = %d{ABSOLUTE} [%t] %-5p
> %-30.30c{2} %x - %m %n
>
> log4j.category.org.apache.cactus = DEBUG, cactus
>
> Iam using the ant script provided in Ant Howto.
>
> can any one help?Thanks in advance
>
>
>
> Fathima
> office 650-378-5283
>
>
>

Reply via email to