Discussion:
Problems using the new SSH connector
Daniel Gonzýýlez
2012-09-18 13:18:29 UTC
Permalink
I had the same problem. The XSD files should be read from the classpath not from the web.
<br />
In the schema location I was specifying the version instead of 'current'.
<br /><br />
This works for me:
<br /><br />
<code>
<br />
&lt;mule xmlns=&quot;http:&#47;&#47;www&#46;mulesoft&#46;org&#47;schema&#47;mule&#47;core&quot;
<br />
xmlns:sshmultiplexedconnector=&quot;http:&#47;&#47;www&#46;mulesoft&#46;org&#47;schema&#47;mule&#47;sshmultiplexedconnector&quot;
<br />
version=&quot;CE-3&#46;2&#46;1&quot;
<br />
xsi:schemaLocation=&quot;
<br />
http:&#47;&#47;www&#46;mulesoft&#46;org&#47;schema&#47;mule&#47;core http:&#47;&#47;www&#46;mulesoft&#46;org&#47;schema&#47;mule&#47;core&#47;current&#47;mule&#46;xsd
<br />
http:&#47;&#47;www&#46;mulesoft&#46;org&#47;schema&#47;mule&#47;sshmultiplexedconnector http:&#47;&#47;www&#46;mulesoft&#46;org&#47;schema&#47;mule&#47;sshmultiplexedconnector&#47;current&#47;mule-sshmultiplexedconnector&#46;xsd&quot;&gt;
<br /><br />
&#46;&#46;&#46;
<br /><br />
&lt;sshmultiplexedconnector:config host=&quot;com&#46;mysite&quot; port=&quot;22&quot; timeout=&quot;6000&quot; shellMode=&quot;true&quot; callbackFlowName=&quot;callback&quot;&#47;&gt;
<br /><br />
&#46;&#46;&#46;
<br /><br />
&lt;&#47;mule&gt;
<br />
</code>

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email

Loading...