You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by ce...@apache.org on 2004/06/09 15:53:19 UTC

cvs commit: logging-log4j/tests/input/db append-with-drivermanager1.xml read-with-drivermanager1.xml

ceki        2004/06/09 06:53:19

  Modified:    tests/input/db append-with-drivermanager1.xml
                        read-with-drivermanager1.xml
  Log:
  The property name "url" seems to be DriverManager imposed even for Oracle.
  
  Revision  Changes    Path
  1.4       +1 -1      logging-log4j/tests/input/db/append-with-drivermanager1.xml
  
  Index: append-with-drivermanager1.xml
  ===================================================================
  RCS file: /home/cvs/logging-log4j/tests/input/db/append-with-drivermanager1.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- append-with-drivermanager1.xml	6 Jun 2004 12:06:03 -0000	1.3
  +++ append-with-drivermanager1.xml	9 Jun 2004 13:53:19 -0000	1.4
  @@ -9,7 +9,7 @@
        <param name="locationInfo" value="true"/>
        <connectionSource class="org.apache.log4j.db.DriverManagerConnectionSource">
          <param name="driverClass" value="${driverClass}"/>
  -       <param name="${url-key:-url}" value="${url}"/>
  +       <param name="url" value="${url}"/>
          <param name="user" value="${user}"/>
          <param name="password" value="${password}"/>
        </connectionSource>
  
  
  
  1.4       +1 -1      logging-log4j/tests/input/db/read-with-drivermanager1.xml
  
  Index: read-with-drivermanager1.xml
  ===================================================================
  RCS file: /home/cvs/logging-log4j/tests/input/db/read-with-drivermanager1.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- read-with-drivermanager1.xml	6 Jun 2004 12:06:03 -0000	1.3
  +++ read-with-drivermanager1.xml	9 Jun 2004 13:53:19 -0000	1.4
  @@ -8,7 +8,7 @@
     <plugin name="DB" class="org.apache.log4j.db.DBReceiver">
        <connectionSource class="org.apache.log4j.db.DriverManagerConnectionSource">
          <param name="driverClass" value="${driverClass}"/>
  -       <param name="${url-key:-url}" value="${url}"/>
  +       <param name="url" value="${url}"/>
          <param name="user" value="${user}"/>
          <param name="password" value="${password}"/>
        </connectionSource>
  
  
  

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