1
哪個罐子我必須在構建路徑添加爲腳本的架構,因爲我得到以下錯誤:腳本命名空間支持ESB
org.xml.sax.SAXParseException: cos-ct-extends.1.4.3.2.2.1.b:
The content type of a derived type and that of its base must both be mixed or both be element-only.
Type 'scriptType' is mixed, but its base type is not
在使用該命名空間聲明:
"http://www.mulesoft.org/schema/mule/scripting http://www.mulesoft.org/schema/mule/scripting/3.1/mule-scripting.xsd"
你使用的是什麼確切的Mule版本?你是部署在Mule獨立還是嵌入式? –
mule-standalone-3.2.0 – Palani
是的,版本很重要。我將腳本更改爲「http://www.mulesoft.org/schema/mule/scripting http://www.mulesoft.org/schema/mule/scripting/3.2/mule-scripting.xsd".Thanks – Palani