VFS proxy generates the response.xml with empty content (Synapse-2.2.0-Snapshot
trunk)
--------------------------------------------------------------------------------------
Key: SYNAPSE-851
URL: https://issues.apache.org/jira/browse/SYNAPSE-851
Project: Synapse
Issue Type: Bug
Components: Transports
Affects Versions: NIGHTLY
Reporter: Vijayaratha Vijayasingam
Priority: Blocker
Fix For: FUTURE
Used following configuration;
I see the output(response.xml) at "out" folder is empty..
<proxy name="StockQuoteProxy" transports="vfs" startOnLoad="true"
trace="disable">
<target faultSequence="fault">
<inSequence>
<property name="OUT_ONLY" value="true"/>
<send>
<endpoint>
<address uri="vfs:file:C:\Users\TOSHIBA\Desktop\out"/>
</endpoint>
</send>
</inSequence>
</target>
<parameter name="transport.PollInterval">15</parameter>
<parameter name="transport.vfs.ActionAfterProcess">MOVE</parameter>
<!--<parameter
name="transport.vfs.FileURI">vfs:ftp://anonymous@localhost/in?vfs.passive=true</parameter>-->
<parameter
name="transport.vfs.FileURI">file:C:\Users\TOSHIBA\Desktop\in</parameter>
<parameter
name="transport.vfs.MoveAfterProcess">file:C:\Users\TOSHIBA\Desktop\original</parameter>
<parameter
name="transport.vfs.MoveAfterFailure">file:C:\Users\TOSHIBA\Desktop\error</parameter>
<parameter name="transport.vfs.FileNamePattern">.*</parameter>
<parameter name="transport.vfs.ContentType">text/plain</parameter>
<parameter name="transport.vfs.ActionAfterFailure">MOVE</parameter>
<parameter name="serviceType">proxy</parameter>
</proxy>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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]