ceki 2004/12/10 10:07:21 Modified: tests/input/performance null-appender.xml file.xml null-appender-info.xml file-noflush.xml file-bufferedio.xml tests/input/joran parser3.xml simple2.xml parser2.xml newRule1.xml illFormed.xml simple1.xml src/java/org/apache/log4j/test/xml asyncTest.xml tests/input/db append-with-datasource1.xml read-with-drivermanager1.xml read-with-datasource1.xml read-with-jndi1.xml append-with-jndi1.xml append-with-drivermanager1.xml append-with-pooled-datasource1.xml append-with-c3p0.xml read-with-pooled-datasource1.xml tests/input/xml DOMTestCase1.xml filters.LevelMatchFilter.test4.1.xml customLevel1.xml filters.LevelMatchFilter.test4.4.xml filters.LevelMatchFilter.test4.0.xml tests/input/multiplex configTest-1.xml src/java/org/apache/log4j/xml/examples sample4.xml tests/input/rolling time1.xml Log: - Some XML files using the log4j prefix did not bind it to anything. That is not legal XML and causes Xerces to throw exceptions. log4j prefix now bound to 'http://logging.apache.org/' - Other XML files which already bound to 'http://jakarta.apache.org/log4j/' left unchanged. Revision Changes Path 1.4 +1 -1 logging-log4j/tests/input/performance/null-appender.xml Index: null-appender.xml =================================================================== RCS file: /home/cvs/logging-log4j/tests/input/performance/null-appender.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- null-appender.xml 9 Nov 2004 18:36:06 -0000 1.3 +++ null-appender.xml 10 Dec 2004 18:07:20 -0000 1.4 @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" ?> -<log4j:configuration> +<log4j:configuration xmlns:log4j='http://logging.apache.org/'> <appender name="NULL" class="org.apache.log4j.performance.NullAppender"> <layout class="org.apache.log4j.PatternLayout"> 1.2 +1 -1 logging-log4j/tests/input/performance/file.xml Index: file.xml =================================================================== RCS file: /home/cvs/logging-log4j/tests/input/performance/file.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- file.xml 6 Sep 2004 19:50:33 -0000 1.1 +++ file.xml 10 Dec 2004 18:07:20 -0000 1.2 @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" ?> -<log4j:configuration> +<log4j:configuration xmlns:log4j='http://logging.apache.org/'> <appender name="FILE" class="org.apache.log4j.FileAppender"> <param name="File" value="output/temp.${build.number}"/> 1.2 +1 -1 logging-log4j/tests/input/performance/null-appender-info.xml Index: null-appender-info.xml =================================================================== RCS file: /home/cvs/logging-log4j/tests/input/performance/null-appender-info.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- null-appender-info.xml 9 Nov 2004 18:36:06 -0000 1.1 +++ null-appender-info.xml 10 Dec 2004 18:07:20 -0000 1.2 @@ -5,7 +5,7 @@ --> -<log4j:configuration> +<log4j:configuration xmlns:log4j='http://logging.apache.org/'> <appender name="NULL" class="org.apache.log4j.performance.NullAppender"> <layout class="org.apache.log4j.PatternLayout"> 1.2 +1 -1 logging-log4j/tests/input/performance/file-noflush.xml Index: file-noflush.xml =================================================================== RCS file: /home/cvs/logging-log4j/tests/input/performance/file-noflush.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- file-noflush.xml 6 Sep 2004 19:50:33 -0000 1.1 +++ file-noflush.xml 10 Dec 2004 18:07:20 -0000 1.2 @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" ?> -<log4j:configuration> +<log4j:configuration xmlns:log4j='http://logging.apache.org/'> <appender name="FILE" class="org.apache.log4j.FileAppender"> <param name="File" value="output/temp.${build.number}"/> 1.2 +1 -1 logging-log4j/tests/input/performance/file-bufferedio.xml Index: file-bufferedio.xml =================================================================== RCS file: /home/cvs/logging-log4j/tests/input/performance/file-bufferedio.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- file-bufferedio.xml 6 Sep 2004 19:50:33 -0000 1.1 +++ file-bufferedio.xml 10 Dec 2004 18:07:20 -0000 1.2 @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" ?> -<log4j:configuration> +<log4j:configuration xmlns:log4j='http://logging.apache.org/'> <appender name="FILE" class="org.apache.log4j.FileAppender"> <param name="File" value="output/temp.${build.number}"/> 1.4 +1 -1 logging-log4j/tests/input/joran/parser3.xml Index: parser3.xml =================================================================== RCS file: /home/cvs/logging-log4j/tests/input/joran/parser3.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- parser3.xml 8 Dec 2004 18:49:24 -0000 1.3 +++ parser3.xml 10 Dec 2004 18:07:20 -0000 1.4 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE log4j:configuration> -<log4j:configuration> +<log4j:configuration xmlns:log4j='http://logging.apache.org/'> <appender name="A1" class="org.apache.log4j.rolling.RollingFileAppender"> <param name="File" value="output/temp.A1" /> 1.2 +1 -1 logging-log4j/tests/input/joran/simple2.xml Index: simple2.xml =================================================================== RCS file: /home/cvs/logging-log4j/tests/input/joran/simple2.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- simple2.xml 16 Nov 2004 20:29:44 -0000 1.1 +++ simple2.xml 10 Dec 2004 18:07:20 -0000 1.2 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE log4j:configuration> -<log4j:configuration debug="true"> +<log4j:configuration xmlns:log4j='http://logging.apache.org/' debug="true"> <appender name="CONSOLE" class="org.apache.log4j.ConsoleAppender"> <layout class="org.apache.log4j.PatternLayout"> 1.4 +1 -1 logging-log4j/tests/input/joran/parser2.xml Index: parser2.xml =================================================================== RCS file: /home/cvs/logging-log4j/tests/input/joran/parser2.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- parser2.xml 31 Mar 2004 19:02:14 -0000 1.3 +++ parser2.xml 10 Dec 2004 18:07:20 -0000 1.4 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE log4j:configuration> -<log4j:configuration> +<log4j:configuration xmlns:log4j='http://logging.apache.org/'> <appender name="A1" class="org.apache.log4j.FileAppender"> asdfasdf 1.4 +1 -1 logging-log4j/tests/input/joran/newRule1.xml Index: newRule1.xml =================================================================== RCS file: /home/cvs/logging-log4j/tests/input/joran/newRule1.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- newRule1.xml 3 Apr 2004 15:16:10 -0000 1.3 +++ newRule1.xml 10 Dec 2004 18:07:20 -0000 1.4 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE log4j:configuration> -<log4j:configuration> +<log4j:configuration xmlns:log4j='http://logging.apache.org/'> <newRule pattern="log4j:configuration/hello" actionClass="org.apache.joran.action.HelloAction"></newRule> 1.2 +1 -1 logging-log4j/tests/input/joran/illFormed.xml Index: illFormed.xml =================================================================== RCS file: /home/cvs/logging-log4j/tests/input/joran/illFormed.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- illFormed.xml 3 Apr 2004 15:16:10 -0000 1.1 +++ illFormed.xml 10 Dec 2004 18:07:20 -0000 1.2 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE log4j:configuration> -<log4j:configuration "> +<log4j:configuration xmlns:log4j='http://logging.apache.org/' "> <root <level value ="debug" /> </root> 1.2 +1 -1 logging-log4j/tests/input/joran/simple1.xml Index: simple1.xml =================================================================== RCS file: /home/cvs/logging-log4j/tests/input/joran/simple1.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- simple1.xml 16 Nov 2004 20:29:44 -0000 1.1 +++ simple1.xml 10 Dec 2004 18:07:20 -0000 1.2 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE log4j:configuration> -<log4j:configuration > +<log4j:configuration xmlns:log4j='http://logging.apache.org/' > <appender name="CONSOLE" class="org.apache.log4j.ConsoleAppender"> <layout class="org.apache.log4j.PatternLayout"> 1.4 +1 -1 logging-log4j/src/java/org/apache/log4j/test/xml/asyncTest.xml Index: asyncTest.xml =================================================================== RCS file: /home/cvs/logging-log4j/src/java/org/apache/log4j/test/xml/asyncTest.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- asyncTest.xml 29 Nov 2004 23:54:37 -0000 1.3 +++ asyncTest.xml 10 Dec 2004 18:07:20 -0000 1.4 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE log4j:configuration > -<log4j:configuration> +<log4j:configuration xmlns:log4j='http://logging.apache.org/'> <appender name="ASYNC" class="org.apache.log4j.AsyncAppender"> <appender-ref ref="TEMP" /> </appender> 1.3 +1 -1 logging-log4j/tests/input/db/append-with-datasource1.xml Index: append-with-datasource1.xml =================================================================== RCS file: /home/cvs/logging-log4j/tests/input/db/append-with-datasource1.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- append-with-datasource1.xml 6 Jun 2004 12:06:03 -0000 1.2 +++ append-with-datasource1.xml 10 Dec 2004 18:07:20 -0000 1.3 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE log4j:configuration> -<log4j:configuration debug="true"> +<log4j:configuration xmlns:log4j='http://logging.apache.org/' debug="true"> <substitutionProperty file="input/db/db.properties"/> 1.5 +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.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- read-with-drivermanager1.xml 9 Jun 2004 13:53:19 -0000 1.4 +++ read-with-drivermanager1.xml 10 Dec 2004 18:07:20 -0000 1.5 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE log4j:configuration> -<log4j:configuration debug="true"> +<log4j:configuration xmlns:log4j='http://logging.apache.org/' debug="true"> <substitutionProperty file="input/db/db.properties"/> 1.4 +1 -1 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.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- read-with-datasource1.xml 6 Jun 2004 12:06:03 -0000 1.3 +++ read-with-datasource1.xml 10 Dec 2004 18:07:20 -0000 1.4 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE log4j:configuration> -<log4j:configuration debug="true"> +<log4j:configuration xmlns:log4j='http://logging.apache.org/' debug="true"> <substitutionProperty file="input/db/db.properties"/> 1.3 +1 -1 logging-log4j/tests/input/db/read-with-jndi1.xml Index: read-with-jndi1.xml =================================================================== RCS file: /home/cvs/logging-log4j/tests/input/db/read-with-jndi1.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- read-with-jndi1.xml 6 Jun 2004 12:06:03 -0000 1.2 +++ read-with-jndi1.xml 10 Dec 2004 18:07:20 -0000 1.3 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE log4j:configuration> -<log4j:configuration debug="true"> +<log4j:configuration xmlns:log4j='http://logging.apache.org/' debug="true"> <substitutionProperty file="input/db/db.properties"/> 1.3 +1 -1 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.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- append-with-jndi1.xml 6 Jun 2004 12:06:03 -0000 1.2 +++ append-with-jndi1.xml 10 Dec 2004 18:07:20 -0000 1.3 @@ -2,7 +2,7 @@ <!DOCTYPE log4j:configuration> -<log4j:configuration debug="true"> +<log4j:configuration xmlns:log4j='http://logging.apache.org/' debug="true"> <substitutionProperty file="input/db/db.properties"/> 1.5 +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.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- append-with-drivermanager1.xml 9 Jun 2004 13:53:19 -0000 1.4 +++ append-with-drivermanager1.xml 10 Dec 2004 18:07:20 -0000 1.5 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE log4j:configuration> -<log4j:configuration debug="true"> +<log4j:configuration xmlns:log4j='http://logging.apache.org/' debug="true"> <substitutionProperty file="input/db/db.properties"/> 1.4 +1 -1 logging-log4j/tests/input/db/append-with-pooled-datasource1.xml Index: append-with-pooled-datasource1.xml =================================================================== RCS file: /home/cvs/logging-log4j/tests/input/db/append-with-pooled-datasource1.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- append-with-pooled-datasource1.xml 6 Jun 2004 12:06:03 -0000 1.3 +++ append-with-pooled-datasource1.xml 10 Dec 2004 18:07:20 -0000 1.4 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE log4j:configuration> -<log4j:configuration debug="true"> +<log4j:configuration xmlns:log4j='http://logging.apache.org/' debug="true"> <substitutionProperty file="input/db/db.properties"/> 1.2 +1 -1 logging-log4j/tests/input/db/append-with-c3p0.xml Index: append-with-c3p0.xml =================================================================== RCS file: /home/cvs/logging-log4j/tests/input/db/append-with-c3p0.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- append-with-c3p0.xml 24 May 2004 16:14:34 -0000 1.1 +++ append-with-c3p0.xml 10 Dec 2004 18:07:20 -0000 1.2 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE log4j:configuration> -<log4j:configuration debug="true"> +<log4j:configuration xmlns:log4j='http://logging.apache.org/' debug="true"> <substitutionProperty file="input/db/db.properties"/> 1.4 +1 -1 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.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- read-with-pooled-datasource1.xml 6 Jun 2004 12:06:03 -0000 1.3 +++ read-with-pooled-datasource1.xml 10 Dec 2004 18:07:20 -0000 1.4 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE log4j:configuration> -<log4j:configuration debug="true"> +<log4j:configuration xmlns:log4j='http://logging.apache.org/' debug="true"> <substitutionProperty file="input/db/db.properties"/> 1.7 +1 -1 logging-log4j/tests/input/xml/DOMTestCase1.xml Index: DOMTestCase1.xml =================================================================== RCS file: /home/cvs/logging-log4j/tests/input/xml/DOMTestCase1.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- DOMTestCase1.xml 20 Nov 2004 12:47:06 -0000 1.6 +++ DOMTestCase1.xml 10 Dec 2004 18:07:20 -0000 1.7 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE log4j:configuration> -<log4j:configuration> +<log4j:configuration xmlns:log4j='http://logging.apache.org/'> <appender name="A1" class="org.apache.log4j.FileAppender"> <param name="File" value="output/temp.A1" /> 1.3 +1 -1 logging-log4j/tests/input/xml/filters.LevelMatchFilter.test4.1.xml Index: filters.LevelMatchFilter.test4.1.xml =================================================================== RCS file: /home/cvs/logging-log4j/tests/input/xml/filters.LevelMatchFilter.test4.1.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- filters.LevelMatchFilter.test4.1.xml 29 Nov 2004 23:54:37 -0000 1.2 +++ filters.LevelMatchFilter.test4.1.xml 10 Dec 2004 18:07:20 -0000 1.3 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE log4j:configuration > -<log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/"> +<log4j:configuration xmlns:log4j="http://logging.apache.org/"> <appender name="A1" class="org.apache.log4j.FileAppender"> <param name="File" value="output/filters.LevelMatchFilter.test4.txt" /> <param name="Append" value="true" /> 1.6 +1 -1 logging-log4j/tests/input/xml/customLevel1.xml Index: customLevel1.xml =================================================================== RCS file: /home/cvs/logging-log4j/tests/input/xml/customLevel1.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- customLevel1.xml 18 Nov 2004 22:33:00 -0000 1.5 +++ customLevel1.xml 10 Dec 2004 18:07:20 -0000 1.6 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE log4j:configuration> -<log4j:configuration> +<log4j:configuration xmlns:log4j='http://logging.apache.org/'> <appender name="TEMP" class="org.apache.log4j.FileAppender"> <param name="Append" value="false" /> 1.3 +1 -1 logging-log4j/tests/input/xml/filters.LevelMatchFilter.test4.4.xml Index: filters.LevelMatchFilter.test4.4.xml =================================================================== RCS file: /home/cvs/logging-log4j/tests/input/xml/filters.LevelMatchFilter.test4.4.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- filters.LevelMatchFilter.test4.4.xml 29 Nov 2004 23:54:37 -0000 1.2 +++ filters.LevelMatchFilter.test4.4.xml 10 Dec 2004 18:07:20 -0000 1.3 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE log4j:configuration > -<log4j:configuration> +<log4j:configuration xmlns:log4j='http://logging.apache.org/'> <appender name="A1" class="org.apache.log4j.FileAppender"> <param name="File" value="output/filters.LevelMatchFilter.test4.txt" /> <param name="Append" value="true" /> 1.3 +1 -1 logging-log4j/tests/input/xml/filters.LevelMatchFilter.test4.0.xml Index: filters.LevelMatchFilter.test4.0.xml =================================================================== RCS file: /home/cvs/logging-log4j/tests/input/xml/filters.LevelMatchFilter.test4.0.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- filters.LevelMatchFilter.test4.0.xml 29 Nov 2004 23:54:37 -0000 1.2 +++ filters.LevelMatchFilter.test4.0.xml 10 Dec 2004 18:07:20 -0000 1.3 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE log4j:configuration > -<log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/"> +<log4j:configuration xmlns:log4j="http://logging.apache.org/"> <appender name="A1" class="org.apache.log4j.FileAppender"> <param name="File" value="output/filters.LevelMatchFilter.test4.txt" /> <param name="Append" value="true" /> 1.2 +1 -1 logging-log4j/tests/input/multiplex/configTest-1.xml Index: configTest-1.xml =================================================================== RCS file: /home/cvs/logging-log4j/tests/input/multiplex/configTest-1.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- configTest-1.xml 17 Oct 2004 23:24:13 -0000 1.1 +++ configTest-1.xml 10 Dec 2004 18:07:21 -0000 1.2 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE log4j:configuration> -<log4j:configuration debug="true"> +<log4j:configuration xmlns:log4j='http://logging.apache.org/' debug="true"> <appender name="Multiplex" class="org.apache.log4j.multiplex.MultiplexAppender"> 1.8 +1 -1 logging-log4j/src/java/org/apache/log4j/xml/examples/sample4.xml Index: sample4.xml =================================================================== RCS file: /home/cvs/logging-log4j/src/java/org/apache/log4j/xml/examples/sample4.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sample4.xml 29 Nov 2004 23:54:38 -0000 1.7 +++ sample4.xml 10 Dec 2004 18:07:21 -0000 1.8 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE log4j:configuration > -<log4j:configuration debug="true"> +<log4j:configuration xmlns:log4j='http://logging.apache.org/' debug="true"> <appender name="ASYNC" class="org.apache.log4j.AsyncAppender"> <appender-ref ref="TEMP"/> 1.3 +1 -1 logging-log4j/tests/input/rolling/time1.xml Index: time1.xml =================================================================== RCS file: /home/cvs/logging-log4j/tests/input/rolling/time1.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- time1.xml 24 Nov 2004 18:34:04 -0000 1.2 +++ time1.xml 10 Dec 2004 18:07:21 -0000 1.3 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE log4j:configuration> -<log4j:configuration debug="true"> +<log4j:configuration xmlns:log4j='http://logging.apache.org/' debug="true"> <appender name="ROLL" class="org.apache.log4j.rolling.RollingFileAppender"> <rollingPolicy class="org.apache.log4j.rolling.TimeBasedRollingPolicy">
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]