Mule DataWeave transform-message failing with missing metadata:id attribute
问题 I have a very simple hashmap payload being converted to application/json. I have done this in other flows by just dragging the dataweave component in, and writing the mapping expression. now for some reason, I am getting the following error: The prefix "metadata" for attribute "metadata:id" associated with an element type "dw:transform-message" is not bound. when I look at the xml, I see that my new dataweave component does not have a metadata:id attribute, but the other dataweave component i