svn commit: r1304238 - /cocoon/cocoon3/trunk/cocoon-stax/src/main/resources/META-INF/cocoon/spring/cocoon-stax-components.xml
| Newsgroups | gmane.text.xml.cocoon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: thorsten
Date: Fri Mar 23 09:07:33 2012
New Revision: 1304238
URL: http://svn.apache.org/viewvc?rev=1304238&view=rev
Log:
Fixng scope and wondering why that was not set in the first place
Modified:
cocoon/cocoon3/trunk/cocoon-stax/src/main/resources/META-INF/cocoon/spring/cocoon-stax-components.xml
Modified: cocoon/cocoon3/trunk/cocoon-stax/src/main/resources/META-INF/cocoon/spring/cocoon-stax-components.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-stax/src/main/resources/META-INF/cocoon/spring/cocoon-stax-components.xml?rev=1304238&r1=1304237&r2=1304238&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-stax/src/main/resources/META-INF/cocoon/spring/cocoon-stax-components.xml (original)
+++ cocoon/cocoon3/trunk/cocoon-stax/src/main/resources/META-INF/cocoon/spring/cocoon-stax-components.xml Fri Mar 23 09:07:33 2012
@@ -22,8 +22,8 @@
http://cocoon.apache.org/schema/pipeline http://cocoon.apache.org/schema/pipeline/cocoon-pipeline-1.0.xsd">
<bean name="generator:stax" class="org.apache.cocoon.stax.component.XMLGenerator"
scope="prototype" />
- <bean name="transformer:staxClean" class="org.apache.cocoon.stax.component.CleaningTransformer"/>
- <bean name="transformer:staxInclude" class="org.apache.cocoon.stax.component.IncludeTransformer"/>
+ <bean name="transformer:staxClean" class="org.apache.cocoon.stax.component.CleaningTransformer" scope="prototype"/>
+ <bean name="transformer:staxInclude" class="org.apache.cocoon.stax.component.IncludeTransformer" scope="prototype"/>
<bean name="serializer:stax" class="org.apache.cocoon.stax.component.XMLSerializer"
scope="prototype" />
</beans>