[
https://issues.apache.org/jira/browse/SYNAPSE-502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13734519#comment-13734519
]
Hudson commented on SYNAPSE-502:
--------------------------------
SUCCESS: Integrated in Synapse - Trunk #4704 (See
[https://builds.apache.org/job/Synapse%20-%20Trunk/4704/])
fixed SYNAPSE-502. (rajikak: rev 1512144)
*
/synapse/trunk/java/modules/transports/core/vfs/src/main/java/org/apache/synapse/transport/vfs/VFSConstants.java
*
/synapse/trunk/java/modules/transports/core/vfs/src/main/java/org/apache/synapse/transport/vfs/VFSOutTransportInfo.java
*
/synapse/trunk/java/modules/transports/core/vfs/src/main/java/org/apache/synapse/transport/vfs/VFSTransportSender.java
*
/synapse/trunk/java/modules/transports/core/vfs/src/main/java/org/apache/synapse/transport/vfs/VFSUtils.java
> improve the vfs transport to use temporary file
> -----------------------------------------------
>
> Key: SYNAPSE-502
> URL: https://issues.apache.org/jira/browse/SYNAPSE-502
> Project: Synapse
> Issue Type: Improvement
> Components: Transports
> Environment: All
> Reporter: Otto Frost
> Assignee: Rajika Kumarasiri
> Attachments: SYNAPSE-502.patch
>
> Original Estimate: 24h
> Remaining Estimate: 24h
>
> Enhance the vfs transport to use a temporary file at upload.
> The reason is to prevent the receiving application to start reading the
> uploaded-file (put) before it is completely written.
> Of course the temp file has to be on the same physical filesystem.
> This feature should work for ftp/sftp/local file/...
> It should be similar in funcitonality as what SAP XI has at the ftp/file
> adapter.
> See
> http://help.sap.com/saphelp_nw04/helpdata/en/0b/9a50465ccf84479e39a6d50c90fb3f/content.htm
> See the receiver file adapter (the system xi communicates with receives data).
> See the option TargetTempFileName
> If there is already this functionality, it would be good idea to include how
> to solve the problem in the examples. Of course the best solution is to use
> MOM, but sometimes that isn't an option.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]