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 2005/02/11 14:13:18 UTC

cvs commit: logging-log4j/tests/input/db append-with-jndi1.xml read-with-pooled-datasource1.xml read-with-datasource1.xml

ceki        2005/02/11 05:13:18

  Modified:    tests/input/db append-with-jndi1.xml
                        read-with-pooled-datasource1.xml
                        read-with-datasource1.xml
  Log:
  small fixes
  
  Revision  Changes    Path
  1.5       +5 -4      logging-log4j/tests/input/db/append-with-jndi1.xml
  
  Index: append-with-jndi1.xml
  ===================================================================
  RCS file: /home/cvs/logging-log4j/tests/input/db/append-with-jndi1.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- append-with-jndi1.xml	6 Jan 2005 23:15:53 -0000	1.4
  +++ append-with-jndi1.xml	11 Feb 2005 13:13:18 -0000	1.5
  @@ -1,14 +1,14 @@
   <?xml version="1.0" encoding="UTF-8" ?>
  -<!DOCTYPE log4j:configuration>
  +<!DOCTYPE configuration>
   
   	  
  -<log4j:configuration xmlns:log4j='http://logging.apache.org/' debug="true">
  +<configuration xmlns='http://logging.apache.org/' debug="true">
   	  
     <substitutionProperty file="input/db/db.properties"/>
   
     <!-- We create a joran rule that will instance and bind the appropriate
          data source instance to JNDI. -->   
  -  <newRule pattern="log4j:configuration/bindDataSourceToJNDI" 
  +  <newRule pattern="configuration/bindDataSourceToJNDI" 
              actionClass="org.apache.log4j.db.BindDataSourceToJNDIAction"/>
     	    
     <bindDataSourceToJNDI />
  @@ -40,6 +40,7 @@
       <appender-ref ref="DB" />
       <appender-ref ref="VECTOR" />
     </root>  
  -</log4j:configuration>
  +  
  +</configuration>
   
   
  
  
  
  1.6       +3 -3      logging-log4j/tests/input/db/read-with-pooled-datasource1.xml
  
  Index: read-with-pooled-datasource1.xml
  ===================================================================
  RCS file: /home/cvs/logging-log4j/tests/input/db/read-with-pooled-datasource1.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- read-with-pooled-datasource1.xml	6 Jan 2005 23:15:53 -0000	1.5
  +++ read-with-pooled-datasource1.xml	11 Feb 2005 13:13:18 -0000	1.6
  @@ -1,7 +1,7 @@
   <?xml version="1.0" encoding="UTF-8" ?>
  -<!DOCTYPE log4j:configuration>
  +<!DOCTYPE configuration>
   
  -<log4j:configuration xmlns:log4j='http://logging.apache.org/' debug="true">
  +<configuration xmlns='http://logging.apache.org/' debug="true">
   	  
     <substitutionProperty file="input/db/db.properties"/>
         
  @@ -39,7 +39,7 @@
       <appender-ref ref="VECTOR" />
       <appender-ref ref="CONSOLE" />
     </root>  
  -</log4j:configuration>
  +</configuration>
   
   
   
  
  
  
  1.6       +3 -3      logging-log4j/tests/input/db/read-with-datasource1.xml
  
  Index: read-with-datasource1.xml
  ===================================================================
  RCS file: /home/cvs/logging-log4j/tests/input/db/read-with-datasource1.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- read-with-datasource1.xml	6 Jan 2005 23:15:53 -0000	1.5
  +++ read-with-datasource1.xml	11 Feb 2005 13:13:18 -0000	1.6
  @@ -1,13 +1,13 @@
   <?xml version="1.0" encoding="UTF-8" ?>
   <!DOCTYPE log4j:configuration>
   
  -<log4j:configuration xmlns:log4j='http://logging.apache.org/' debug="true">
  +<configuration xmlns='http://logging.apache.org/' debug="true">
   	  
     <substitutionProperty file="input/db/db.properties"/>
   
     <!-- We create a joran rule that will instance and bind the appropriate
          data source instance to JNDI. -->   
  -  <newRule pattern="log4j:configuration/bindDataSourceToJNDI" 
  +  <newRule pattern="configuration/bindDataSourceToJNDI" 
              actionClass="org.apache.log4j.db.BindDataSourceToJNDIAction"/>
     	    
     <bindDataSourceToJNDI />
  @@ -46,7 +46,7 @@
       <appender-ref ref="VECTOR" />
       <appender-ref ref="CONSOLE" />
     </root>  
  -</log4j:configuration>
  +</configuration>
   
   
   
  
  
  

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