You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by se...@apache.org on 2004/01/05 01:33:47 UTC

cvs commit: db-torque/xdocs/tutorial step4.xml index.xml step2.xml

seade       2004/01/04 16:33:47

  Modified:    xdocs/tutorial step4.xml index.xml step2.xml
  Log:
  Issue TRQD25: Updated links.
  Now if only someone would find time to correct the actual content.
  
  Revision  Changes    Path
  1.4       +3 -3      db-torque/xdocs/tutorial/step4.xml
  
  Index: step4.xml
  ===================================================================
  RCS file: /home/cvs/db-torque/xdocs/tutorial/step4.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- step4.xml	11 May 2003 12:59:07 -0000	1.3
  +++ step4.xml	5 Jan 2004 00:33:47 -0000	1.4
  @@ -339,7 +339,7 @@
     used to specify very simple to very complex queries.
     For a much more in-depth discussion of
     <em>Criteria</em>, please refer to the
  -  <a href="criteria-howto.html">Criteria HOWTO</a>.
  +  <a href="../criteria-howto.html">Criteria HOWTO</a>.
   </p>
   
   </section>
  @@ -558,7 +558,7 @@
     The next change that we'll make is to the Peer
     classes.  For convenience (and based on the
     suggestion in the
  -  <a href="peers-howto.html#Useful%20Methods">Peers
  +  <a href="../peers-howto.html#Useful%20Methods">Peers
     Howto</a>) we'll add <em>doSelectAll</em>
     methods which will return a List of all the Data
     Objects in a table.  The following are the modified
  @@ -901,7 +901,7 @@
       retrace all of the steps outlined in this tutorial.
       If you are still not able to get your application to
       run, use the Turbine
  -    <a href="/site/mail.html">mailing list</a> to your
  +    <a href="/mail.html">mailing list</a> to your
       advantage.
     </p>
   
  
  
  
  1.4       +2 -2      db-torque/xdocs/tutorial/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/db-torque/xdocs/tutorial/index.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- index.xml	6 Feb 2003 19:00:29 -0000	1.3
  +++ index.xml	5 Jan 2004 00:33:47 -0000	1.4
  @@ -31,10 +31,10 @@
   
   <p>
     The example used throughout this tutorial is based on an
  -  email sent to the <a href="/site/mail.html">
  +  email sent to the <a href="/mail.html">
     turbine-user</a> mailing list by Steven F. Davis
     called
  -  <a href="http://archives.apache.org/eyebrowse/ReadMsg?listName=turbine-user@jakarta.apache.org&amp;msgNo=5287">
  +  <a href="http://nagoya.apache.org/eyebrowse/ReadMsg?listName=turbine-user@jakarta.apache.org&amp;msgNo=5287">
     torque outside turbine - detailed example (long)</a>.
   </p>
   
  
  
  
  1.7       +4 -4      db-torque/xdocs/tutorial/step2.xml
  
  Index: step2.xml
  ===================================================================
  RCS file: /home/cvs/db-torque/xdocs/tutorial/step2.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- step2.xml	23 Jun 2003 20:38:18 -0000	1.6
  +++ step2.xml	5 Jan 2004 00:33:47 -0000	1.7
  @@ -267,7 +267,7 @@
       <td>idbroker</td>
       <td>
         Instructs Torque to use its
  -      <a href="peers-howto.html#ID%20Broker">IDBroker</a>
  +      <a href="../peers-howto.html#ID%20Broker">IDBroker</a>
         service to generate IDs in a database agnostic
         manner.  This is the method that will be
         used in this tutorial.
  @@ -365,7 +365,7 @@
     Another common mistake is to forget that XML is
     <b>case-sensitive</b>.  All of the elements and
     attributes must be specified according to the
  -  <a href="/turbine/dtd/database_3_1.dtd">DTD</a>
  +  <a href="/torque/dtd/database_3_1.dtd">DTD</a>
     for the database schema.  In addition, you must
     include the XML declaration and DTD specification in
     your database schema file.  Failure to do so can
  @@ -422,7 +422,7 @@
     configuration of Torque by editing the Torque
     run-time properties.  For additional information on
     the XML elements and attributes, please refer to the
  -  <a href="/turbine/torque/schema-reference.html">
  +  <a href="../schema-reference.html">
     Torque Schema Reference</a>.
   </p>
   
  @@ -478,7 +478,7 @@
       <tr>
         <td>log4j.rootCategory</td>
         <td>
  -        Torque uses <a href="/log4j/index.html">Log4J</a>
  +        Torque uses <a href="http://logging.apache.org/log4j/">Log4J</a>
           for a logging.  This parameter configures
           the Log4J system to log all messages (debug,
           info, warn, error, and fatal).
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org