ミュールアプリケーションの実行時にこの例外が発生します。mule dataweave anypoint studio要素タイプ "dw:transform-message"に関連付けられた属性 "metadata:id"の接頭辞 "metadata"はバインドされていません
The prefix "metadata" for attribute "metadata:id" associated with an element type "dw:transform-message" is not bound.
データウェーブ変換が呼び出されています。メッセージフローではなくコンフィグレーションXMLを編集した直後に同様のエラーが発生しました。
見つかったthis postは、名前空間が不足しているとの応答があります。私が言うことができるものから、私は私が名前空間で何かが欠けていた場合、私は、ラバするのは非常に新しいです
xmlns:file="http://www.mulesoft.org/schema/mule/file"
xmlns:dw="http://www.mulesoft.org/schema/mule/ee/dw"
xmlns:http="http://www.mulesoft.org/schema/mule/http"
xmlns="http://www.mulesoft.org/schema/mule/core"
xmlns:doc="http://www.mulesoft.org/schema/mule/documentation"
xmlns:spring="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-current.xsd
http://www.mulesoft.org/schema/mule/http
http://www.mulesoft.org/schema/mule/http/current/mule-http.xsd
http://www.mulesoft.org/schema/mule/file
http://www.mulesoft.org/schema/mule/file/current/mule-file.xsd
http://www.mulesoft.org/schema/mule/ee/dw
http://www.mulesoft.org/schema/mule/ee/dw/current/dw.xsd
http://www.mulesoft.org/schema/mule/core
http://www.mulesoft.org/schema/mule/core/current/mule.xsd">
かかわらdataweave名前空間を持っている、または誰かがこれを見ている場合、それをいただければ幸いです。ここ は、メタデータです:IDあまりに
<dw:transform-message doc:name="json to flattened json" metadata:id="e1e281d5-880f-48f9-92af-b5ead2b0e5dd">
<dw:input-payload mimeType="application/json"/>
が答えの下にDIDラバタグに
を追加しますが、同じ問題に直面して他の人がそこから利益を得ることができるようにyou.Ifがはい、答えをしてください受け入れてください助けました。 –