뮬 애플리케이션을 실행할 때이 예외가 발생합니다.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 네임 스페이스를, 또는 다른 사람이 볼 경우, 그것은 감사하겠습니다. 너무
<dw:transform-message doc:name="json to flattened json" metadata:id="e1e281d5-880f-48f9-92af-b5ead2b0e5dd">
<dw:input-payload mimeType="application/json"/>
답변 아래 했 노새 태그에
을 추가 동일한 문제에 직면 다른 사람들이 그것으로부터 혜택을받을 수 있도록 한테 주어진 네, 대답 좀 받아주십시오 도왔다. –