eclipselabs / passerelle

Passerelle, an actor-based process engine based on Ptolemy II
5 stars 3 forks source link

FileSenderChannel with specific character encoding does not work in append mode #68

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create an actor that uses a FileSenderChannel
2. set the encoding to e.g. UTF-8
3. set append mode true

What is the expected output? 
- consecutive flow executions pointing to the same file should append text.

What do you see instead?
- no append mode, each run rewrites the file.

When no encoding is set, append works fine

Original issue reported on code.google.com by erwin...@gmail.com on 8 Jan 2014 at 4:32

GoogleCodeExporter commented 9 years ago
solved and committed on trunk and branch 8.5

Original comment by erwin...@gmail.com on 8 Jan 2014 at 4:40