seade       2003/09/11 06:10:43

  Modified:    xdocs/howto Tag: TURBINE_2_3_BRANCH
                        migrate-from-2_2-howto.xml
  Log:
  Added cautionary note about retained references to security peers.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.4.2.2   +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.4.2.1
  retrieving revision 1.4.2.2
  diff -u -r1.4.2.1 -r1.4.2.2
  --- migrate-from-2_2-howto.xml        11 Sep 2003 12:58:36 -0000      1.4.2.1
  +++ migrate-from-2_2-howto.xml        11 Sep 2003 13:10:43 -0000      1.4.2.2
  @@ -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