JAXBContext在服务器环境中完美加载但在测试用例中失败

时间:2014-11-21 19:24:16

标签: java xml spring maven jaxb

在我的项目中,我有几个maven依赖项。其中一个springContext.xml加载spring web服务bean并加载JAXBContext。它失败并出现以下错误 -

Caused by: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 2 counts of IllegalAnnotationExceptions
Two classes have the same XML type name 

我的问题是为什么这段代码在tomcat服务器环境中工作正常,在测试用例中失败。

任何指针或提示都会非常有用。

注意:更改java代码或jaxb.properties是有限制的,因为此代码是从xsd文件自动生成的。

0 个答案:

没有答案