seade       2003/08/27 22:52:04

  Modified:    xdocs/howto migrate-from-2_2-howto.xml
  Log:
  Added info on DTDs and a further earlyInit example.
  
  Revision  Changes    Path
  1.4       +12 -0     jakarta-turbine-2/xdocs/howto/migrate-from-2_2-howto.xml
  
  Index: migrate-from-2_2-howto.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/xdocs/howto/migrate-from-2_2-howto.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- migrate-from-2_2-howto.xml        27 Aug 2003 10:52:27 -0000      1.3
  +++ migrate-from-2_2-howto.xml        28 Aug 2003 05:52:04 -0000      1.4
  @@ -172,6 +172,7 @@
   <source>
   <![CDATA[
   services.PullService.earlyInit=true
  +services.SessionService.earlyInit=true
   ]]>
   </source>
   <p>
  @@ -219,6 +220,17 @@
       that this does not apply to the Velocity #parse() and #include() 
       statements which operate at a lower level). See: 
       <a href="../services/template-service.html">Template Service</a>.
  +</p>
  +</section>
  +
  +<section name="Update to the latest DTDs for Intake and Torque">
  +<p>
  +    Updating your Intake configuration xml file and your Torque schema files
  +    to use the most recent DTDs will ensure that the DTDResolver can be used
  +    when validating these files.  Deprecation warnings may be produced while
  +    these files are being processed - as with your application code you should
  +    aim to update these files so that no deprecation warnings are produced
  +    before the next Turbine release. 
   </p>
   </section>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to