我的jaxB类生成中有一些对象冲突,我知道我可以做一些事情,比如使用自定义绑定文件来解决冲突,但是这个冲突发生在使用不同命名空间的单独文件中具有相同名称的两个元素之间。他们有不同名称空间的事实应该不够吗?
parsing a schema...
compiling a schema...
[ERROR] A class/interface with the same name "code.NameType" is already in use. Use a class customization to resolve this conflict.
line 215 of file:/C:/Workspace/schemaGen/SchemaGen/src/schemas/Core.xsd
[ERROR] (Relevant to above error) another "NameType" is generated from here.
line 47 of file:/C:/Workspace/schemaGen/SchemaGen/src/schemas/SearchCore.xsd
答案 0 :(得分:0)
冲突不是命名空间的问题,而是QName生成的问题。这就是他们发生冲突的地方。
我找到了3个选项来解决这个问题: