cziegeler 2002/07/05 02:20:40
Modified: src/java/org/apache/cocoon/components/hsqldb hsqldb.xconf
src/webapp/WEB-INF cocoon.xconf
Log:
Fixed order of components in xconf
Revision Changes Path
1.3 +1 -1
xml-cocoon2/src/java/org/apache/cocoon/components/hsqldb/hsqldb.xconf
Index: hsqldb.xconf
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/hsqldb/hsqldb.xconf,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hsqldb.xconf 9 Mar 2002 06:27:15 -0000 1.2
+++ hsqldb.xconf 5 Jul 2002 09:20:40 -0000 1.3
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
-<xconf xpath="/cocoon" unless="hsqldb-server">
+<xconf xpath="/cocoon" unless="hsqldb-server" insert-before="xml-parser">
<!-- HSQLDB Server for samples:
Comment this section out if you don't care about the samples.
1.33 +3 -1 xml-cocoon2/src/webapp/WEB-INF/cocoon.xconf
Index: cocoon.xconf
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/webapp/WEB-INF/cocoon.xconf,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- cocoon.xconf 5 Jul 2002 09:10:59 -0000 1.32
+++ cocoon.xconf 5 Jul 2002 09:20:40 -0000 1.33
@@ -13,6 +13,9 @@
<!-- ===================== General Components =========================== -->
+ <xml-parser class="org.apache.avalon.excalibur.xml.JaxpParser"
+ logger="core.xml-parser" pool-grow="4" pool-max="32"
pool-min="8">
+
<!-- Parser:
The default parser used in Apache Cocoon is
org.apache.avalon.excalibur.xml.JaxpParser. Apache Cocoon requires a
@@ -54,7 +57,6 @@
DocumentBuilderFactory implementation to be used (similar to
sax-parser-factory for DOM).
-->
- <xml-parser class="org.apache.avalon.excalibur.xml.JaxpParser"
logger="core.xml-parser" pool-grow="4" pool-max="32" pool-min="8">
<parameter name="validate" value="false"/>
<parameter name="namespace-prefixes" value="false"/>
<parameter name="stop-on-warning" value="true"/>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]