You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Jan Metzner <ja...@metzner.org> on 2004/05/26 17:21:55 UTC

Source Write Transformer changes Serializer

Hi all!

we have/had a problem with the serialization inside the source write 
transformer. if you do not specify the serializer as parameter the 
transformer uses as default the xml transformer. After some requests the 
serializer changed from xml to html!
Is this a caching problem?

If you specify the serializer as parameter it works:
<map:transform type="write-source">
   <map:parameter name="serializer" value="xml"/>
</map:transform>

tested cocoon versions: 2.1.4 and 2.1.5

ciao Jan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Cocoon 2.1.5 - javaflow problem

Posted by Enrico Migliore <en...@fatti.com>.
hi guys,


Cocoon 2.1.5
--------------
 
 I modified the CalculatorFlow example and noticed that:

 1. if Cocoon is restarded, CalculatorFlow.class is loaded and the java
     code executed.

 1. if Cocoon is NOT restarded, CalculatorFlow.class is never reloaded 
and the java
     code is NOT executed.



any help?
 Enrico



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org