[ http://issues.apache.org/jira/browse/DDLUTILS-25?page=all ] Thomas Dudziak resolved DDLUTILS-25: ------------------------------------
Resolution: Fixed Is fixed as I reimplemented the data writer using StAX, and now the print writer is not used directly anymore. > DataWriter constructor > ---------------------- > > Key: DDLUTILS-25 > URL: http://issues.apache.org/jira/browse/DDLUTILS-25 > Project: DdlUtils > Type: Bug > Environment: All > Reporter: Xavier TROUSSICOT > Assignee: Thomas Dudziak > Priority: Minor > > I had a problem trying to build an xml file using DataWriter class. I > couldn't get the end of the file. > I did the following change in the DataWriter contrustor : > _output = new PrintWriter(new OutputStreamWriter(output),true); > Now the file is complete. > Is it an issue ? -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira