使用castor解组时出现以下错误
org.exolab.castor.xml.MarshalException: The class for the root element 'EnvelopeStatus' could not be found.{File: [not available]; line: 1; column: 55}这里可以做些什么?
发布于 2016-11-03 01:54:42
当您给映射到bean属性的xml标记提供了错误的路径时,就会出现这个问题。尝试注释所有映射,并逐个删除注释字段,以确定造成问题的映射。
https://stackoverflow.com/questions/39396426
复制相似问题