Generated XML file doesn't have line breaks
-------------------------------------------
Key: TUSCANY-2753
URL: https://issues.apache.org/jira/browse/TUSCANY-2753
Project: Tuscany
Issue Type: Bug
Components: Java SCA Assembly Model
Affects Versions: Java-SCA-Next
Environment: Windows or Linux
Reporter: Sean Zhou
Priority: Minor
Fix For: Java-SCA-Next
I am using the Tuscany object model to write a composite file. The code is
similar to the following:
CompositeProcessor processor = getCompositeProcessor();
processor.write(composite, streamWriter);
The composite is properly serialized into a composite file however the
composite file doesn't contain any line breaks. If I open this composite XML
file in an text editor or XML editor, the file is presented in a single long
line and I have to manually add line breaks.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.