VFS transport expects out only pattern in incorrect way
-------------------------------------------------------

                 Key: SYNAPSE-601
                 URL: https://issues.apache.org/jira/browse/SYNAPSE-601
             Project: Synapse
          Issue Type: Bug
          Components: Transports
    Affects Versions: 1.3
            Reporter: Stefan von Brauk


the VFS transports expects that out only message exchange pattern is set and 
throws an exception.
Thix is incorrect if a VFS endpoint is used in a complex workflow. In this case 
the use r is force to use a workarround like 


                <property name="OUT_ONLY" value="true" />

                <send>          
                        <endpoint key="theVFSendpoint" />
                </send>

                <property name="OUT_ONLY" value="false" />



-- 
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to