You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by jm...@apache.org on 2002/05/13 19:22:46 UTC

cvs commit: jakarta-turbine-2/xdocs/howto extend-user-howto.xml

jmcnally    02/05/13 10:22:46

  Modified:    xdocs/howto extend-user-howto.xml
  Log:
  use the correct table name
  
  Revision  Changes    Path
  1.6       +1 -1      jakarta-turbine-2/xdocs/howto/extend-user-howto.xml
  
  Index: extend-user-howto.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/xdocs/howto/extend-user-howto.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- extend-user-howto.xml	17 Jan 2002 17:53:58 -0000	1.5
  +++ extend-user-howto.xml	13 May 2002 17:22:46 -0000	1.6
  @@ -55,7 +55,7 @@
         CREATE_USER_ID as a foreign key in the RDF table.
        </p>
        <source><![CDATA[
  -  <table name="NEWAPP_USER" javaName="NewappUser" alias="TurbineUser"
  +  <table name="TURBINE_USER" javaName="NewappUser" alias="TurbineUser"
       baseClass="org.mycompany.newapp.om.TurbineUserAdapter"
       basePeer="org.mycompany.newapp.om.TurbineUserPeerAdapter">
       <!-- Unique identifier -->
  
  
  

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