'VFS is not working after migrating from wso2-mi-1.2 to wso2-mi-4.0

We have a bit of file processing involved. Which is addressed using a proxy service and VFS Transport Listener. It works fine with Wso2-mi-1.2, however, the same proxy-service doesn't get invoked at all with wso2-mi-4.0

I have checked axis2.xml,transportSender and transportReceiver for VFS are already uncommented.

    <transportReceiver name="vfs" class="org.apache.synapse.transport.vfs.VFSTransportListener">

    <transportSender name="vfs" class="org.apache.synapse.transport.vfs.VFSTransportSender">

I can see the synapse-vfs*.jar and commons-vfs2*.jar in the wso2/components/plugins directory as well.

Any kind of help is really appreciated.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source