蓖麻解组时的问题

  • 本文关键字:问题 castor
  • 更新时间 :
  • 英文 :


使用castor进行数据编组时出错

org.exolab.castor.xml.MarshalException: The class for the root element 'EnvelopeStatus' could not be found.{File: [not available]; line: 1; column: 55}

这里可以做什么?

当您给映射到bean属性的xml标记提供错误的路径时,就会出现这个问题。尝试注释所有映射,并逐个字段删除注释,以识别产生问题的映射

相关内容

  • 没有找到相关文章