[prev in list] [next in list] [prev in thread] [next in thread] 

List:       axis-c-dev
Subject:    [jira] Resolved: (AXIS2C-448) axiom_xml_writer_create opened file
From:       "Samisa Abeysinghe (JIRA)" <jira () apache ! org>
Date:       2007-03-29 9:03:25
Message-ID: 31515163.1175159005171.JavaMail.jira () brutus
[Download RAW message or body]


     [ https://issues.apache.org/jira/browse/AXIS2C-448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel \
]

Samisa Abeysinghe resolved AXIS2C-448.
--------------------------------------

    Resolution: Fixed

Added AXIOM_XML_WRITER_FLUSH method to help clean up

> axiom_xml_writer_create opened file can't be closed correctly
> -------------------------------------------------------------
> 
> Key: AXIS2C-448
> URL: https://issues.apache.org/jira/browse/AXIS2C-448
> Project: Axis2-C
> Issue Type: Bug
> Components: xml/om
> Affects Versions: Current (Nightly)
> Environment: linux simple_http_client
> Reporter: Marc Giger
> Assigned To: Samisa Abeysinghe
> Fix For: 1.0.0
> 
> 
> xml_writer = axiom_xml_writer_create(env, filename, "UTF-8", 0, 0);
> om_output = axiom_output_create(env, xml_writer);
> AXIOM_XML_WRITER_WRITE_START_DOCUMENT(xml_writer, env);
> AXIOM_NODE_SERIALIZE(node, env, om_output);	
> AXIOM_XML_WRITER_WRITE_END_DOCUMENT(xml_writer, env);
> //workaround so that the file is fully written and closed
> AXIOM_XML_WRITER_GET_XML(xml_writer, env);
> AXIOM_OUTPUT_FREE(om_output, env);
> I have to call AXIOM_XML_WRITER_GET_XML() so that the file is fully written and \
> properly closed by the underlying xmlTextWriter..
> I think there is a function a la axiom_xml_writer_close() needed...
> Patch welcome?
> Thanks
> Marc

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic