cziegeler 2002/06/25 07:04:58
Modified: src/documentation/xdocs/installing updating.xml
src/java/org/apache/cocoon cocoon.roles
Log:
Updated updating docs a little bit
Revision Changes Path
1.6 +18 -1 xml-cocoon2/src/documentation/xdocs/installing/updating.xml
Index: updating.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/installing/updating.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- updating.xml 15 Jun 2002 18:23:38 -0000 1.5
+++ updating.xml 25 Jun 2002 14:04:58 -0000 1.6
@@ -41,7 +41,24 @@
<p>Mention changes and update strategy...</p>
</s2>
<s2 title="XML Parser">
- <p>Mention changes and update strategy...</p>
+ <p>The XML parser has also been moved to Excalibur.
+ In the cocoon.xconf the hint name has therefore changed from <em>parser</em> to
+ <em>xml-parser</em>. The configuration has not changed, so if you want to
+ manually update swap the hint names.</p>
+ <p>From within your source code you should not lookup the
+ <em>org.apache.cocoon.components.parser.Parser.ROLE</em> anymore; use
+ <em>org.apache.avalon.excalibur.xml.Parser.ROLE</em> instead.
+ </p>
+ </s2>
+ <s2 title="XML Entity Resolver">
+ <p>The resolver used for resolving XML entities has also been moved to
Excalibur.
+ In the cocoon.xconf the hint name has therefore changed from <em>resolver</em>
to
+ <em>entity-resolver</em>. The configuration has not changed, so if you want to
+ manually update swap the hint names.</p>
+ <p>From within your source code you should not lookup the
+ <em>org.apache.cocoon.components.resolver.Resolver.ROLE</em> anymore; use
+ <em>org.apache.avalon.excalibur.xml.EntityResolver.ROLE</em> instead.
+ </p>
</s2>
<s2 title="Stores">
<p>The Store and StoreJanitor components and implementations have moved to
1.31 +1 -1 xml-cocoon2/src/java/org/apache/cocoon/cocoon.roles
Index: cocoon.roles
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/cocoon.roles,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- cocoon.roles 27 May 2002 14:02:29 -0000 1.30
+++ cocoon.roles 25 Jun 2002 14:04:58 -0000 1.31
@@ -219,7 +219,7 @@
default-class="org.apache.cocoon.components.flow.ContinuationsManagerImpl"
shorthand="continuations"/>
- <!-- DEPRECATED, use the xml-parser instead ! -->
+ <!-- DEPRECATED, use the xml-parser and the avalon excalibur resolver instead !
-->
<role name="org.apache.cocoon.components.resolver.Resolver"
shorthand="resolver"
default-class="org.apache.cocoon.components.resolver.ResolverImpl"/>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]