You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by th...@apache.org on 2008/02/03 21:38:47 UTC

svn commit: r618077 - /forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/META-INF/cocoon/spring/dispatcher-context.xml

Author: thorsten
Date: Sun Feb  3 12:38:45 2008
New Revision: 618077

URL: http://svn.apache.org/viewvc?rev=618077&view=rev
Log:
dispatcher is not threadsafe, sousing prototype scope

Modified:
    forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/META-INF/cocoon/spring/dispatcher-context.xml

Modified: forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/META-INF/cocoon/spring/dispatcher-context.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/META-INF/cocoon/spring/dispatcher-context.xml?rev=618077&r1=618076&r2=618077&view=diff
==============================================================================
--- forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/META-INF/cocoon/spring/dispatcher-context.xml (original)
+++ forrest/trunk/whiteboard/cocoon-2.2-blocks/dispatcher/src/main/resources/META-INF/cocoon/spring/dispatcher-context.xml Sun Feb  3 12:38:45 2008
@@ -18,7 +18,7 @@
   limitations under the License.
 -->
 <beans>
-  <bean id="dispatcher"
+  <bean id="dispatcher" scope="prototype"
     name="org.apache.cocoon.transformation.Transformer/dispatcher"
     class="org.apache.forrest.dispatcher.transformation.DispatcherTransformer">
     <property name="manager" ref="org.apache.avalon.framework.service.ServiceManager"/>