seade       2003/09/11 06:10:22

  Modified:    xdocs/howto migrate-from-2_2-howto.xml
  Log:
  Added cautionary note about retained references to security peers.
  
  Revision  Changes    Path
  1.6       +11 -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.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- migrate-from-2_2-howto.xml        3 Sep 2003 23:37:37 -0000       1.5
  +++ migrate-from-2_2-howto.xml        11 Sep 2003 13:10:22 -0000      1.6
  @@ -245,6 +245,17 @@
       great and Wei points to a couple of additional messages that may also 
       prove useful.
   </p>
  +<p>
  +    In the past you may have used a customised MapBuilder 
  +    (database.maps.builder in TurbineResources.properties) as part of 
  +    extending your user object - this is no longer required if you use the
  +    Torque Security Service.  In addidion to this you need to ensure that
  +    you replace any references you may have made to the old security related
  +    peer classes in any Criteria with the new classes that Torque generates
  +    for you as referring to the old ones will result in an inconsistent
  +    database map such that your extended user attributes may not consistently
  +    be maintained.
  +</p>
   </section>
   
   <section name="Building Torque OM Classes">
  
  
  

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

Reply via email to