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

cvs commit: db-ojb/xdocs faq.xml

tomdz       2004/01/05 02:13:13

  Modified:    xdocs    faq.xml
  Log:
  Removed typos in "Connect to database at runtime?" paragraph
  
  Revision  Changes    Path
  1.30      +2 -2      db-ojb/xdocs/faq.xml
  
  Index: faq.xml
  ===================================================================
  RCS file: /home/cvs/db-ojb/xdocs/faq.xml,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- faq.xml	9 Aug 2003 07:03:51 -0000	1.29
  +++ faq.xml	5 Jan 2004 10:13:13 -0000	1.30
  @@ -902,9 +902,9 @@
                               getInstance().connectionRepository();
   
   JdbcConnectionDescriptor jcd = new JdbcConnectionDescriptor();
  -jcd.setJcdAlias("testConnection")
  +jcd.setJcdAlias("testConnection");
   jcd.setUserName("sa");
  -jcd.setPassword("sa");
  +jcd.setPassWord("sa");
   jcd.setDbAlias("aAlias");
   jcd.setDbms("aDatabase");
   // .... the other required setter
  
  
  

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