Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/redis/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
为什么Mule App xml的模式验证在Java组件绑定中失败?_Mule_Mule Studio - Fatal编程技术网

为什么Mule App xml的模式验证在Java组件绑定中失败?

为什么Mule App xml的模式验证在Java组件绑定中失败?,mule,mule-studio,Mule,Mule Studio,我已经在我的mule应用程序中配置了以下组件绑定 <jersey:resources doc:name="REST"> <component> <spring-object bean="activityController"/> <binding interface="edu.ucdavis.edustream.esb.activity.service.EduStreamService" m

我已经在我的mule应用程序中配置了以下组件绑定

<jersey:resources doc:name="REST">
        <component>
            <spring-object bean="activityController"/>
            <binding interface="edu.ucdavis.edustream.esb.activity.service.EduStreamService" method="putActivity">
                <vm:outbound-endpoint exchange-pattern="request-response"
                        path="putActivity" />
            </binding>
        </component>
    </jersey:resources> 
我的配置与以下博客和随附的github src中的配置非常相似:


知道mule app xml模式验证失败的原因吗?

这是MuleStudio验证本身的一个问题,它仍然缺乏对绑定的支持。您可以暂时忽略它,直到它得到修复。

这在3.6中仍然是一个问题。您是否知道将来是否有计划使这种组件绑定在AnyPoint Studio中有效?
Element: Binding Properties is not allowed to be child of element Java
Element: VM is not allowed to be child of element Binding Properties