You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by vm...@apache.org on 2001/12/15 22:09:24 UTC

cvs commit: jakarta-cactus/docs/framework/xdocs faq.xml todo.xml

vmassol     01/12/15 13:09:24

  Modified:    docs/framework/xdocs faq.xml todo.xml
  Log:
  added faq entries from previous jyve faq to our faq page (I have not included the obsolete entries).
  
  Revision  Changes    Path
  1.3       +32 -3     jakarta-cactus/docs/framework/xdocs/faq.xml
  
  Index: faq.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/docs/framework/xdocs/faq.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- faq.xml	2001/11/14 21:14:43	1.2
  +++ faq.xml	2001/12/15 21:09:24	1.3
  @@ -14,12 +14,17 @@
   
       <s1 title="FAQ Content">
         <ul>
  +
  +        <li>
  +          <jump anchor="faq1">"Can't find resource for cactus" error
  +          message</jump>
  +        </li>
           <li>
  -          <jump anchor="faq1">How can I have a web.xml that is valid both for
  +          <jump anchor="faq2">How can I have a web.xml that is valid both for
             testing and for production ?</jump>
           </li>
           <li>
  -          <jump anchor="faq2">I'm getting a
  +          <jump anchor="faq3">I'm getting a
             <code>java.io.StreamCorruptedException: InputStream does not contain a
             serialized object</code> error. What does it mean ?</jump>
           </li>
  @@ -27,6 +32,30 @@
       </s1>
   
       <anchor id="faq1"/>
  +    <s1 title="Can't find resource for cactus error message">
  +
  +      <p>
  +        If you get the following stack trace :
  +      </p>
  +
  +<source><![CDATA[
  +java.lang.ExceptionInInitializerError: java.util.MissingResourceException: Can't find bundle for base name cactus, locale en_GB
  +at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:707)
  +at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:679)
  +at java.util.ResourceBundle.getBundle(ResourceBundle.java:546)
  +]]></source>
  +
  +      <p>
  +        it simply means that you have not put the cactus.properties file in
  +        your CLASSPATH (i.e. the directory which contains this file should
  +        be in the CLASSPATH). This file is the Cactus configuration file and
  +        is required. Check the Cactus
  +        <link href="howto_config.html">Configuration Howto</link> page for
  +        more information.
  +      </p>
  +    </s1>
  +
  +    <anchor id="faq2"/>
       <s1 title="How can I have a web.xml that is valid both for testing and for production ?">
   
         <p>
  @@ -99,7 +128,7 @@
   
       </s1>
   
  -    <anchor id="faq2"/>
  +    <anchor id="faq3"/>
       <s1 title="I'm getting a java.io.StreamCorruptedException error. What does it mean ?">
   
         <p>
  
  
  
  1.69      +0 -6      jakarta-cactus/docs/framework/xdocs/todo.xml
  
  Index: todo.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/docs/framework/xdocs/todo.xml,v
  retrieving revision 1.68
  retrieving revision 1.69
  diff -u -r1.68 -r1.69
  --- todo.xml	2001/12/15 20:52:36	1.68
  +++ todo.xml	2001/12/15 21:09:24	1.69
  @@ -31,12 +31,6 @@
   
     <version title="Version 1.3">
   
  -    <category title="Documentation">
  -      <action assigned-to="Vincent Massol">
  -        Move old FAQ entries from Jyve to our plain text file.
  -      </action>
  -    </category>
  -
       <category title="Build Process">
         <p>
           All tasks that are related to building Cactus in general.
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>