Thursday 15 May 2014

Why is Schema Validation for Mule App xml failing for Java Component Binding? -


I have the following components binding configured in my mule app.

   Jersey: Resource Document: name = "REST" & gt; & Lt; Component & gt; & Lt; Spring-Object Been = "Activity Controller" /> & Lt; Binding Interface = "edu.ucdavis.edustream.esb.activity.service.EduStreamService" method = "putActivity" & gt; & Lt; Vm: outbound-endpoint exchange-pattern = "request-response" path = "put activity" /> & Lt; / Binding & gt; & Lt; / Component & gt; & Lt; / Jersey: resources & gt;   

This creates and runs without error, but the mule xml lists the following errors:

  element: binding property element being child of Java Is not allowed element: VM element is not allowed to have children binding properties   

My configuration is found in very low blog and is accompanied by github src:

Any hazard why the mule app xml schema verification is failing?

This is a problem, MuleStudio is the only verification, which still lacks support for binding. You can ignore it until it is decided.

No comments:

Post a Comment