javax.xml.bind.UnmarshalException:意外元素uri:“平台:/资源/org.talend.model/model/TalendFile.xsd”,本地:“ProcessType”

问题描述

javax.xml.bind.UnmarshalException:意外元素(uri:“平台:/resource/org.talend.model/model/TalendFile.xsd”,本地:“Processtype”)。预期元素为、、、、、、、,在 com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext.handleEvent(UnmarshallingContext.java:662) 在 com.sun.xml.bind.v2.runtime.unmarshaller.Loader.reportError(Loader.java:258) 在 com.sun.xml.bind.v2.runtime.unmarshaller.Loader.reportError(Loader.java:253) 在 com.sun.xml.bind.v2.runtime.unmarshaller.Loader.reportUnexpectedChildElement(Loader.java:120)

'''

<talendfile:Processtype xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:TalendMapper="http://www.talend.org/mapper" xmlns:talendfile="platform:/resource/org.talend.model/model/TalendFile.xsd" defaultContext="Default" jobType="Standard">
  <context confirmationNeeded="false" name="Default">
    <contextParameter comment="" name="test_Oracle_db_name" prompt="test_Oracle_db_name?" promptNeeded="false" type="id_String" value="test"/>
    <contextParameter comment="" name="test_Oracle_password" prompt="test_Oracle_password?" promptNeeded="false" type="id_String" value=""/>
  </context>
</talendfile:Processtype>

'''

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)