« Return to Thread: Making SFTP transport working in Mule 2.2

Re: Making SFTP transport working in Mule 2.2

by David Dossot-3 :: Rate this Message:

Reply to Author | View in Thread


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.

 « Return to Thread: Making SFTP transport working in Mule 2.2