You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2006/12/25 23:10:13 UTC

svn commit: r490193 - /cocoon/trunk/core/cocoon-xml/cocoon-xml-resolver/src/main/resources/META-INF/cocoon/spring/cocoon-xml-resolver.xml

Author: cziegeler
Date: Mon Dec 25 14:10:12 2006
New Revision: 490193

URL: http://svn.apache.org/viewvc?view=rev&rev=490193
Log:
Add init-method

Modified:
    cocoon/trunk/core/cocoon-xml/cocoon-xml-resolver/src/main/resources/META-INF/cocoon/spring/cocoon-xml-resolver.xml

Modified: cocoon/trunk/core/cocoon-xml/cocoon-xml-resolver/src/main/resources/META-INF/cocoon/spring/cocoon-xml-resolver.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-xml/cocoon-xml-resolver/src/main/resources/META-INF/cocoon/spring/cocoon-xml-resolver.xml?view=diff&rev=490193&r1=490192&r2=490193
==============================================================================
--- cocoon/trunk/core/cocoon-xml/cocoon-xml-resolver/src/main/resources/META-INF/cocoon/spring/cocoon-xml-resolver.xml (original)
+++ cocoon/trunk/core/cocoon-xml/cocoon-xml-resolver/src/main/resources/META-INF/cocoon/spring/cocoon-xml-resolver.xml Mon Dec 25 14:10:12 2006
@@ -53,12 +53,13 @@
       |
       |     <property name="verbosity" value="2"/>
       |
-      | settings:
-      |   The settings property should reference the Cocoon settings bean.
+      | workingDirectory:
+      |   The path to the working directory.
       |
       +-->
   <bean name="org.xml.sax.EntityResolver"
-        class="org.apache.cocoon.core.xml.resolver.CocoonSystemResolver">
+        class="org.apache.cocoon.core.xml.resolver.CocoonSystemResolver"
+        init-method="init">
     <property name="settings" ref="org.apache.cocoon.configuration.Settings"></property>
     <property name="verbosity" value="2"/>
   </bean>