So the real question for now is how do I refer to the 'local' location of the xsd in my mule-config file.
This uses the standard mechanism from Spring XML schema driven configuration. You need to edit:
- /src/main/resources/META-INF/spring.handlers
- /src/main/resources/META-INF/spring.schemas
in order to "redirect" the resolution of
http://www.mulesource.org/schema/mule/sftp/2.2/mule-sftp.xsd to your embedded schema file.
D.