Daniel Gonzýýlez
2012-09-18 13:18:29 UTC
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 />
<mule xmlns="http://www.mulesoft.org/schema/mule/core"
<br />
xmlns:sshmultiplexedconnector="http://www.mulesoft.org/schema/mule/sshmultiplexedconnector"
<br />
version="CE-3.2.1"
<br />
xsi:schemaLocation="
<br />
http://www.mulesoft.org/schema/mule/core http://www.mulesoft.org/schema/mule/core/current/mule.xsd
<br />
http://www.mulesoft.org/schema/mule/sshmultiplexedconnector http://www.mulesoft.org/schema/mule/sshmultiplexedconnector/current/mule-sshmultiplexedconnector.xsd">
<br /><br />
...
<br /><br />
<sshmultiplexedconnector:config host="com.mysite" port="22" timeout="6000" shellMode="true" callbackFlowName="callback"/>
<br /><br />
...
<br /><br />
</mule>
<br />
</code>
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email
<br />
In the schema location I was specifying the version instead of 'current'.
<br /><br />
This works for me:
<br /><br />
<code>
<br />
<mule xmlns="http://www.mulesoft.org/schema/mule/core"
<br />
xmlns:sshmultiplexedconnector="http://www.mulesoft.org/schema/mule/sshmultiplexedconnector"
<br />
version="CE-3.2.1"
<br />
xsi:schemaLocation="
<br />
http://www.mulesoft.org/schema/mule/core http://www.mulesoft.org/schema/mule/core/current/mule.xsd
<br />
http://www.mulesoft.org/schema/mule/sshmultiplexedconnector http://www.mulesoft.org/schema/mule/sshmultiplexedconnector/current/mule-sshmultiplexedconnector.xsd">
<br /><br />
...
<br /><br />
<sshmultiplexedconnector:config host="com.mysite" port="22" timeout="6000" shellMode="true" callbackFlowName="callback"/>
<br /><br />
...
<br /><br />
</mule>
<br />
</code>
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email