我在mule独立3.7.0服务器中开发了mule项目。
我尝试在Mule Standalone 3.7.0中进行部署,但出现以下错误
“ cvc-complex-type.2.4.a:发现无效的内容,以元素'dw:transform-message'开头”
但是当我使用以下架构进行部署时
http://www.mulesoft.org/schema/mule/ee/dw
http://www.mulesoft.org/schema/mule/ee/dw/current/dw.xsd
仍然我无法解决。
最佳答案
在m子独立服务器上使用dataweave时,我也遇到同样的问题。我通过复制所有文件来解决它
AnypointStudio\plugins\org.mule.tooling.server.3.8.3.ee_6.2.1.201612161609\mule\plugins\mule-plugin-weave-3.8.3-dist\lib
该目录到
mule-standalone-3.8.1\lib\mule
这个目录。希望这会有所帮助:)
关于javascript - cvc-complex-type.2.4。发现无效内容,以元素“dw:transform-message”开头,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/37843916/